gitlab-org--gitlab-foss/app/views/profiles/keys/_key.html.haml
2013-12-10 20:33:21 +01:00

11 lines
323 B
Text

%li
= link_to profile_key_path(key) do
%strong= key.title
%span
(#{key.fingerprint})
%span.cgray
added
= time_ago_in_words(key.created_at)
ago
= link_to 'Remove', profile_key_path(key), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-small btn-remove delete-key pull-right"