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

13 lines
287 B
Plaintext
Raw Normal View History

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