summaryrefslogtreecommitdiff
path: root/app/views/deploy_keys/_show.html.haml
blob: ff17b3cd66c07329a4949cc8122dae8355dffa8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%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"