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 @@
= 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
......@@ -8,7 +8,7 @@
%thead
%tr
%th Provider
%th Id
%th Identifier
%th
= render @identities
- 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