gitlabhq/app/views/keys/_show.html.haml

14 lines
285 B
Plaintext
Raw Normal View History

2012-02-18 14:59:01 +01:00
%tr
%td
= link_to key_path(key) do
%p
%strong= key.title
%td
%span.cgray
2012-02-18 14:59:01 +01:00
Added
= time_ago_in_words(key.created_at)
ago
%td
= link_to 'Remove', key, confirm: 'Are you sure?', method: :delete, class: "btn small danger delete-key right"
2012-02-18 14:59:01 +01:00