Commit f9796539 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent 8ac50d78
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
%tr %tr
%th Title %th Title
%th Fingerprint %th Fingerprint
%th Write access %th Write access allowed
%th Added at %th Added at
%th %th
%tbody %tbody
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
.col-sm-10 .col-sm-10
= f.label :can_push do = f.label :can_push do
= f.check_box :can_push = f.check_box :can_push
%strong Write access allowed? %strong Write access allowed
%p.light.append-bottom-0 %p.light.append-bottom-0
Allow this key to push to repository as well? (Default only allows pull access.) Allow this key to push to repository as well? (Default only allows pull access.)
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
.description .description
= deploy_key.fingerprint = deploy_key.fingerprint
- if deploy_key.can_push? - if deploy_key.can_push?
.can-write .write-access-allowed
Can write Write access allowed
.deploy-key-content.prepend-left-default.deploy-key-projects .deploy-key-content.prepend-left-default.deploy-key-projects
- deploy_key.projects.each do |project| - deploy_key.projects.each do |project|
- if can?(current_user, :read_project, project) - if can?(current_user, :read_project, project)
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
.checkbox .checkbox
= f.label :can_push do = f.label :can_push do
= f.check_box :can_push = f.check_box :can_push
%strong Write access allowed? %strong Write access allowed
.form-group .form-group
%p.light.append-bottom-0 %p.light.append-bottom-0
Allow this key to push to repository as well? (Default only allows pull access.) 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