gitlabhq/app/views/keys/show.html.haml
2011-12-19 23:32:59 +02:00

11 lines
218 B
Plaintext

.ui-box.width-100p
%h3= @key.title
.data
%pre= @key.key
.clear
.buttons
= link_to 'Remove', @key, :confirm => 'Are you sure?', :method => :delete, :class => "red-button delete-key right"
.clear