gitlabhq/app/views/deploy_keys/show.html.haml

11 lines
257 B
Plaintext
Raw Normal View History

2011-12-29 20:44:16 +01:00
.ui-box.width-100p
%h3= @key.title
.data
%pre= @key.key
.clear
.buttons
2011-12-29 22:31:27 +01:00
= link_to 'Remove', project_deploy_key_path(@key.project, @key), :confirm => 'Are you sure?', :method => :delete, :class => "red-button delete-key right"
2011-12-29 20:44:16 +01:00
.clear