summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/_key.html.haml
blob: a71ad6295cd139251ceb96af6d306c73a57c787c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%tr
  %td
    = link_to profile_key_path(key) do
      %strong= key.title
  %td
    %span.cgray
      Added
      = time_ago_in_words(key.created_at)
      ago
  %td
    = link_to 'Remove', profile_key_path(key), confirm: 'Are you sure?', method: :delete, class: "btn btn-small btn-remove delete-key pull-right"