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

13 lines
357 B
Plaintext
Raw Normal View History

2012-02-18 14:59:01 +01:00
%tr
%td
%a{:href => project_deploy_key_path(key.project, key)}
%strong= key.title
2012-02-18 14:59:01 +01:00
%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"
2012-02-18 14:59:01 +01:00