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>2012-11-29 20:09:27 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-29 20:09:27 +0400
commit08fded3fac00b2628e167c21541379784e9d2fa0 (patch)
tree437e8934e3eca65dc3d6dd9c999a6dc4a81b5326 /app/views/shared/_no_ssh.html.haml
parent9df6f7bfad0b18ddaa9fdda2506a8c8958224a7e (diff)
Minor improvments to UI
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 4e643090904..5fdcea850b2 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
+ %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_key_path} to your profile