gitlab-org--gitlab-foss/app/views/profiles/keys/_key.html.haml

10 lines
316 B
Plaintext
Raw Normal View History

2013-06-24 16:25:10 +00:00
%li
= link_to profile_key_path(key) do
%strong= key.title
%span
(#{key.fingerprint})
2013-06-24 16:25:10 +00:00
%span.cgray
added #{time_ago_with_tooltip(key.created_at)}
= link_to 'Remove', profile_key_path(key), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-small btn-remove delete-key pull-right"