gitlabhq/gitlabhq

View on GitHub
app/views/projects/deploy_keys/show.html.haml

Summary

Maintainability
Test Coverage
%h3.page-title
  Deploy key:
  = @key.title
  %small
    created at
    = @key.created_at.stamp("Aug 21, 2011")
.back-link
  = link_to project_deploy_keys_path(@project) do
    ← To keys list
%hr
%pre= @key.key
.pull-right
  = link_to 'Remove', project_deploy_key_path(@project, @key), confirm: 'Are you sure?', method: :delete, class: "btn-remove btn delete-key"