summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-22 16:52:06 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-22 16:52:06 +0200
commit8f89a4884744cf633fcff218dcfc657a8ff922b4 (patch)
tree0eee2b325cf29089011f276efbc24524ade4b3df
parentaca6d36722df8139bb26e06fd39970b797aa6a1f (diff)
downloadgitlab-ce-8f89a4884744cf633fcff218dcfc657a8ff922b4.tar.gz
Minor improvements to admin identities text
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/admin/identities/_identity.html.haml4
-rw-r--r--app/views/admin/identities/index.html.haml2
2 files changed, 2 insertions, 4 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
diff --git a/app/views/admin/identities/index.html.haml b/app/views/admin/identities/index.html.haml
index bc8f1b9f0b2..76a0f6ca812 100644
--- a/app/views/admin/identities/index.html.haml
+++ b/app/views/admin/identities/index.html.haml
@@ -8,7 +8,7 @@
%thead
%tr
%th Provider
- %th Id
+ %th Identifier
%th
= render @identities
- else