gitlabhq/app/views/keys/_show.html.haml
2011-11-22 08:14:23 -05:00

5 lines
258 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 => "grey-button negative delete-key", :id => "destroy_key_#{key.id}", :remote => true