gitlabhq/app/views/keys/_show.html.haml
2013-01-30 16:40:43 +02:00

13 lines
287 B
Plaintext

%tr
%td
= link_to key_path(key) do
%strong= key.title
%td
%span.cgray
Added
= time_ago_in_words(key.created_at)
ago
%td
= link_to 'Remove', key, confirm: 'Are you sure?', method: :delete, class: "btn btn-small btn-remove delete-key pull-right"