Commit 0a9adbbe4a049e0af405feb1e5ce80b28bbbd292

Authored by Riyad Preukschas
1 parent 50a6c614

Fix no SSH key warning

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