gitlabhq/app/views/keys/show.html.haml
2012-01-29 23:59:12 +02:00

8 lines
157 B
Plaintext

%h3= @key.title
%hr
%pre= @key.key
.actions
= link_to 'Remove', @key, :confirm => 'Are you sure?', :method => :delete, :class => "btn danger delete-key"