Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_key.html.haml « keys « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe5770f45c383d54ae38223a193facfaa361d5d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%tr
  %td
    = link_to path_to_key(key, is_admin) do
      %strong= key.title
  %td
    %span
      (#{key.fingerprint})
  %td
    %span.cgray
      added #{time_ago_with_tooltip(key.created_at)}
  %td
    = link_to 'Remove', path_to_key(key, is_admin), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-sm btn-remove delete-key pull-right"