Commit 8f89a488 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Minor improvements to admin identities text

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent aca6d367
...@@ -5,10 +5,8 @@ ...@@ -5,10 +5,8 @@
= identity.extern_uid = identity.extern_uid
%td %td
= link_to edit_admin_user_identity_path(@user, identity), class: 'btn btn-xs btn-grouped' do = link_to edit_admin_user_identity_path(@user, identity), class: 'btn btn-xs btn-grouped' do
%i.fa.fa-edit
Edit Edit
= link_to [:admin, @user, identity], method: :delete, = link_to [:admin, @user, identity], method: :delete,
class: 'btn btn-xs btn-danger', class: 'btn btn-xs btn-danger',
data: { confirm: "Are you sure you want to remove this identity" } do data: { confirm: "Are you sure you want to remove this identity?" } do
%i.fa.fa-trash
Delete Delete
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
%thead %thead
%tr %tr
%th Provider %th Provider
%th Id %th Identifier
%th %th
= render @identities = render @identities
- else - else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment