Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-04 18:10:34 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-04 18:10:34 +0400
commit5067e9dc88b5bf4d1aae06a8c12bb05d082f4f74 (patch)
tree96a546f5ac13c095f985c4cdd96d8bd1eebe0370 /app/views/shared/_no_ssh.html.haml
parent5f0b50db7aaa3d10bf2b49d5fb7ca55d6f3ccd10 (diff)
Minor UI improve for dashboard events
Diffstat (limited to 'app/views/shared/_no_ssh.html.haml')
-rw-r--r--app/views/shared/_no_ssh.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_no_ssh.html.haml b/app/views/shared/_no_ssh.html.haml
index f8c2ea1eed3..82bf00aa280 100644
--- a/app/views/shared/_no_ssh.html.haml
+++ b/app/views/shared/_no_ssh.html.haml
@@ -1,3 +1,3 @@
- if current_user.require_ssh_key?
- %p.error_message.centered
+ %p.error-message.centered
You won't be able to pull or push project code via SSH until you #{link_to 'add an SSH key', new_profile_key_path} to your profile