Commit e705344daa78d256279c7a25958766e3ed19d9fd
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/shared/_no_ssh.html.haml
1 | - if current_user.require_ssh_key? | 1 | - if current_user.require_ssh_key? |
2 | %h6.error_message | 2 | %h6.error_message |
3 | %span | 3 | %span |
4 | - You wont be able to pull/push project code unless you | 4 | + You won't be able to pull or push project code until you |
5 | %strong | 5 | %strong |
6 | = link_to new_key_path, class: "vlink" do | 6 | = link_to new_key_path, class: "vlink" do |
7 | - add SSH key | 7 | + add a SSH key |
8 | to your profile | 8 | to your profile |