gitlab-org--gitlab-foss/app/views/keys/_show.html.haml

5 lines
258 B
Text
Raw Normal View History

2011-10-08 17:36:38 -04:00
%tr
%td= truncate key.title, :lenght => 12
%td= truncate key.key, :lenght => 1114
2011-11-22 08:14:23 -05:00
%td= link_to 'Cancel', key, :confirm => 'Are you sure?', :method => :delete, :class => "grey-button negative delete-key", :id => "destroy_key_#{key.id}", :remote => true