debian-mirror-gitlab/app/views/profiles/keys/_key.html.haml

12 lines
366 B
Text
Raw Normal View History

2015-04-26 12:48:37 +05:30
%tr
%td
= link_to path_to_key(key, is_admin) do
%strong= key.title
%td
2015-09-11 14:41:01 +05:30
%code.key-fingerprint= key.fingerprint
2015-04-26 12:48:37 +05:30
%td
%span.cgray
added #{time_ago_with_tooltip(key.created_at)}
%td
= link_to 'Remove', path_to_key(key, is_admin), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-sm btn-remove delete-key pull-right"