gitlabhq/app/views/keys/_show.html.haml
Robert Speicher 7754189187 Fully embrace Ruby 1.9 hash syntax
Didn't bother with files in db/, config/, or features/
2012-08-10 18:25:15 -04:00

14 lines
285 B
Plaintext

%tr
%td
= link_to key_path(key) do
%p
%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 small danger delete-key right"