show.html.haml 257 Bytes
.ui-box.width-100p
  %h3= @key.title
  .data
    %pre= @key.key
    .clear
  .buttons
    = link_to 'Remove', project_deploy_key_path(@key.project, @key), :confirm => 'Are you sure?', :method => :delete, :class => "red-button delete-key right"
    .clear