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

10 lines
218 B
Text

.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