gitlab-org--gitlab-foss/app/views/deploy_keys/show.html.haml

11 lines
257 B
Plaintext
Raw Normal View History

2011-12-29 19:44:16 +00:00
.ui-box.width-100p
%h3= @key.title
.data
%pre= @key.key
.clear
.buttons
2011-12-29 21:31:27 +00: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 19:44:16 +00:00
.clear