-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2107 from NCCE/revert-2082-2791/ability-to-manage…
…-course-enrolments-during-testing Revert "Add ability to create achievements in non-prod for testing"
- Loading branch information
Showing
19 changed files
with
63 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
<fieldset> | ||
<dt class="attribute-label actions" id="actions"><%= t(".title") %></dt> | ||
<dd class="attribute-data attribute-data--sync actions"> | ||
<%= link_to( | ||
t(".sync.label"), | ||
admin_user_perform_sync_path(user_id: resource.id), | ||
class: "button" | ||
) if accessible_action?(resource, :perform_sync) %> | ||
<br/><br/> | ||
<%= link_to( | ||
t(".reset.label"), | ||
admin_user_perform_reset_path(user_id: resource.id), | ||
class: "button" | ||
) if accessible_action?(resource, :perform_reset_tests) %> | ||
</dd> | ||
</fieldset> | ||
<dt class="attribute-label actions" id="actions"><%= t(".title") %></dt> | ||
<dd class="attribute-data attribute-data--sync actions"> | ||
<%= link_to( | ||
t(".sync.label"), | ||
admin_user_perform_sync_path(user_id: resource.id), | ||
class: "button" | ||
) if accessible_action?(resource, :perform_sync) %> | ||
<br/><br/> | ||
<%= link_to( | ||
t(".reset.label"), | ||
admin_user_perform_reset_path(user_id: resource.id), | ||
class: "button" | ||
) if accessible_action?(resource, :perform_reset_tests) %> | ||
</dd> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters