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-21 07:14:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-21 07:14:05 +0400
commitd18e2bd59d3003e2ae38116688e350bfc2774ae7 (patch)
treeeff6b3d11dd24e29ad438870da498522ca1f8d39 /app/views/shared/_no_ssh.html.haml
parentc1c1a1eeeecaadfd68a586adb8d6fd4daab4064f (diff)
styled error message
Diffstat (limited to 'app/views/shared/_no_ssh.html.haml')
-rw-r--r--app/views/shared/_no_ssh.html.haml9
1 files changed, 2 insertions, 7 deletions
diff --git a/app/views/shared/_no_ssh.html.haml b/app/views/shared/_no_ssh.html.haml
index a11f2bc478c..c75a1d93b70 100644
--- a/app/views/shared/_no_ssh.html.haml
+++ b/app/views/shared/_no_ssh.html.haml
@@ -1,8 +1,3 @@
- if current_user.require_ssh_key?
- %h6.error_message
- %span
- You won't be able to pull or push project code until you
- %strong
- = link_to new_key_path, class: "vlink" do
- add an SSH key
- to your profile
+ %p.error_message
+ You won't be able to pull or push project code until you #{link_to 'add an SSH key', new_key_path} to your profile