7754189187
Didn't bother with files in db/, config/, or features/
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
= render "repositories/head"
|
|
%h3= @key.title
|
|
%hr
|
|
%pre= @key.key
|
|
.actions
|
|
= link_to 'Remove', project_deploy_key_path(@key.project, @key), confirm: 'Are you sure?', method: :delete, class: "danger btn delete-key"
|
|
.clear
|