Commit f9796539 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent 8ac50d78
......@@ -11,7 +11,7 @@
%tr
%th Title
%th Fingerprint
%th Write access
%th Write access allowed
%th Added at
%th
%tbody
......
......@@ -21,7 +21,7 @@
.col-sm-10
= f.label :can_push do
= f.check_box :can_push
%strong Write access allowed?
%strong Write access allowed
%p.light.append-bottom-0
Allow this key to push to repository as well? (Default only allows pull access.)
......
......@@ -7,8 +7,8 @@
.description
= deploy_key.fingerprint
- if deploy_key.can_push?
.can-write
Can write
.write-access-allowed
Write access allowed
.deploy-key-content.prepend-left-default.deploy-key-projects
- deploy_key.projects.each do |project|
- if can?(current_user, :read_project, project)
......
......@@ -14,7 +14,7 @@
.checkbox
= f.label :can_push do
= f.check_box :can_push
%strong Write access allowed?
%strong Write access allowed
.form-group
%p.light.append-bottom-0
Allow this key to push to repository as well? (Default only allows pull access.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment