You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/templates/admin/permissions/system-roles.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@
56
56
<iclass="edit icon"></i>
57
57
</UiPopup>
58
58
<UiPopup @content={{t"Delete"}} @class="ui icon button" @click={{action (confirm (t"Are you sure you would like to delete this role?") (action"deleteSystemRole"role))}}>
Copy file name to clipboardExpand all lines: app/templates/components/ui-table/cell/admin/users/cell-actions.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
</UiPopup>
15
15
{{else}}
16
16
<UiPopup @content={{t"Delete"}} @click={{action (confirm (t"Are you sure you would like to delete this user?") (actionthis.deleteUserthis.record))}} @class="ui icon button">
Copy file name to clipboardExpand all lines: app/templates/components/ui-table/cell/admin/users/cell-first-name.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
</UiPopup>
17
17
{{else}}
18
18
<UiPopup @content={{t"Delete"}} @click={{action (confirm (t"Are you sure you would like to delete this user?") (actionthis.props.actions.deleteUserthis.extraRecords.id))}} @class="ui icon button">
Copy file name to clipboardExpand all lines: app/templates/components/ui-table/cell/cell-simple-buttons.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@
6
6
<iclass="edit icon"></i>
7
7
</UiPopup>
8
8
<UiPopup @content={{t"Delete Session"}} @click={{action (confirm (t"Are you sure you would like to delete this Session?") (actionthis.props.actions.deleteSessionthis.record))}} @class="ui icon button" @position="left center">
Copy file name to clipboardExpand all lines: app/templates/components/ui-table/cell/cell-sponsor-options.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
<iclass="edit icon"></i>
4
4
</UiPopup>
5
5
<UiPopup @content={{t"Delete"}} @click={{action (confirm (t"Are you sure you would like to delete this Sponsor?") (actionthis.props.actions.deleteSponsorthis.record))}} @class="ui icon button" @position="left center">
0 commit comments