gitlabhq/app/views/deploy_keys/_show.html.haml
2012-02-21 22:04:01 +02:00

13 lines
357 B
Plaintext

%tr
%td
%a{:href => project_deploy_key_path(key.project, key)}
%strong= key.title
%td
%span.update-author
Added
= time_ago_in_words(key.created_at)
ago
%td
= link_to 'Remove', project_deploy_key_path(key.project, key), :confirm => 'Are you sure?', :method => :delete, :class => "danger btn delete-key small right"