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 | 1 | - if current_user.require_ssh_key? |
2 | 2 | %h6.error_message |
3 | 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 | 5 | %strong |
6 | 6 | = link_to new_key_path, class: "vlink" do |
7 | - add SSH key | |
7 | + add a SSH key | |
8 | 8 | to your profile | ... | ... |