summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-02 10:16:51 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-03-03 16:13:56 -0500
commit034ad4e20119fda5821d101aac841315da781277 (patch)
tree7e9b5aa24e875f0394a0d0da2824146711e784a9 /app/views/profiles/keys
parent36aad293b992e999b77e7145f0c6f36b7b02eaeb (diff)
downloadgitlab-ce-034ad4e20119fda5821d101aac841315da781277.tar.gz
Content link colour in profile settings
Diffstat (limited to 'app/views/profiles/keys')
-rw-r--r--app/views/profiles/keys/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/index.html.haml b/app/views/profiles/keys/index.html.haml
index c6f0033a689..127c4a5b102 100644
--- a/app/views/profiles/keys/index.html.haml
+++ b/app/views/profiles/keys/index.html.haml
@@ -11,7 +11,7 @@
.col-lg-9
%h5.prepend-top-0
Add an SSH key
- %p
+ %p.profile-settings-content
Before you can add an SSH key you need to
= link_to "generate it.", help_page_path("ssh", "README")
= render 'form'