summaryrefslogtreecommitdiff
path: root/app/views/admin/identities/_identity.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/identities/_identity.html.haml')
-rw-r--r--app/views/admin/identities/_identity.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/admin/identities/_identity.html.haml b/app/views/admin/identities/_identity.html.haml
index 0b7020b887d..671c4fbc677 100644
--- a/app/views/admin/identities/_identity.html.haml
+++ b/app/views/admin/identities/_identity.html.haml
@@ -5,10 +5,8 @@
= identity.extern_uid
%td
= link_to edit_admin_user_identity_path(@user, identity), class: 'btn btn-xs btn-grouped' do
- %i.fa.fa-edit
Edit
= link_to [:admin, @user, identity], method: :delete,
class: 'btn btn-xs btn-danger',
- data: { confirm: "Are you sure you want to remove this identity" } do
- %i.fa.fa-trash
+ data: { confirm: "Are you sure you want to remove this identity?" } do
Delete