From 8f89a4884744cf633fcff218dcfc657a8ff922b4 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 22 Jun 2015 16:52:06 +0200 Subject: [PATCH] Minor improvements to admin identities text Signed-off-by: Dmitriy Zaporozhets --- app/views/admin/identities/_identity.html.haml | 4 +--- app/views/admin/identities/index.html.haml | 2 +- 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 0b7020b887..671c4fbc67 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 bc8f1b9f0b..76a0f6ca81 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