Fix no SSH key warning
This commit is contained in:
parent
50a6c614b5
commit
0a9adbbe4a
|
@ -1,8 +1,8 @@
|
||||||
- if current_user.require_ssh_key?
|
- if current_user.require_ssh_key?
|
||||||
%h6.error_message
|
%h6.error_message
|
||||||
%span
|
%span
|
||||||
You wont be able to pull/push project code unless you
|
You won't be able to pull or push project code until you
|
||||||
%strong
|
%strong
|
||||||
= link_to new_key_path, class: "vlink" do
|
= link_to new_key_path, class: "vlink" do
|
||||||
add SSH key
|
add a SSH key
|
||||||
to your profile
|
to your profile
|
||||||
|
|
Loading…
Reference in a new issue