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

5 lines
254 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
%td= link_to 'Cancel', key, :confirm => 'Are you sure?', :method => :delete, :class => "lbutton negative delete-key", :id => "destroy_key_#{key.id}", :remote => true