gitlabhq/app/views/keys/_show.html.haml
2011-10-09 00:36:38 +03:00

5 lines
254 B
Plaintext

%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