2016-02-29 12:19:00 -05:00
|
|
|
%li.key-list-item
|
|
|
|
.pull-left.append-right-10
|
2016-04-25 09:42:17 -04:00
|
|
|
= icon 'key', class: "settings-list-icon hidden-xs"
|
2016-03-03 03:47:44 -05:00
|
|
|
.key-list-item-info
|
2016-02-29 12:19:00 -05:00
|
|
|
= link_to path_to_key(key, is_admin), class: "title" do
|
|
|
|
= key.title
|
|
|
|
.description
|
|
|
|
= key.fingerprint
|
|
|
|
.pull-right
|
|
|
|
%span.key-created-at
|
2016-03-21 14:11:32 -04:00
|
|
|
created #{time_ago_with_tooltip(key.created_at)}
|
2016-02-29 12:19:00 -05:00
|
|
|
= link_to path_to_key(key, is_admin), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-transparent prepend-left-10" do
|
|
|
|
%span.sr-only Remove
|
|
|
|
= icon('trash')
|