gitlabhq/app/views/keys/_show.html.haml

5 lines
258 B
Plaintext
Raw Normal View History

2011-10-08 23:36:38 +02:00
%tr
%td= truncate key.title, :lenght => 12
%td= truncate key.key, :lenght => 1114
2011-11-22 14:14:23 +01: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