fixed no ssh key message
This commit is contained in:
parent
b4cc04d7e1
commit
807721df73
|
@ -1,6 +1,6 @@
|
||||||
- if current_user.require_ssh_key?
|
- if current_user.require_ssh_key?
|
||||||
%ul.errors_holder
|
%ul.errors_holder
|
||||||
%li You have no ssh keys added yo tour profile.
|
%li You have no ssh keys added to your profile.
|
||||||
%li You wont be able to pull/push repository.
|
%li You wont be able to pull/push repository.
|
||||||
%li Visit profile → keys and add public key of every machine you want to use for work with gitlabhq.
|
%li Visit profile → keys and add public key of every machine you want to use for work with gitlabhq.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue