7754189187
Didn't bother with files in db/, config/, or features/
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
= render "repositories/head"
|
|
- if can? current_user, :admin_project, @project
|
|
.alert-message.block-message
|
|
Deploy keys allow read-only access to repository.
|
|
= link_to new_project_deploy_key_path(@project), class: "btn small", title: "New Deploy Key" do
|
|
Add Deploy Key
|
|
|
|
- if @keys.any?
|
|
%table
|
|
- @keys.each do |key|
|
|
= render(partial: 'show', locals: {key: key})
|