Commit cd50a8ca authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Alain Takoudjou

NXD Don't show warning about missing SSH key - we support HTTP only

parent 63760985
- if show_no_ssh_key_message?
-# no warning about missing SSh key - we support HTTP only
-#- if show_no_ssh_key_message?
.no-ssh-key-message.alert.alert-warning
- add_ssh_key_link = link_to s_('MissingSSHKeyWarningLink|add an SSH key'), profile_keys_path, class: 'alert-link'
- ssh_message = _("You won't be able to pull or push project code via SSH until you %{add_ssh_key_link} to your profile") % { add_ssh_key_link: add_ssh_key_link }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment