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

_show.html.haml « keys « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4e236256d3118616e6aaa07ffecf3328fa11d56 (plain)
1
2
3
4
%tr
  %td= truncate key.title, :lenght => 12
  %td= truncate key.key, :lenght => 1114
  %td= link_to 'Cancel', key, :confirm => 'Are you sure?', :method => :delete, :class => "lbutton negative delete-key", :id => "destroy_key_#{key.id}", :remote => true