summaryrefslogtreecommitdiff
path: root/app/views/profiles
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-02 22:17:48 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-02 22:17:48 +0000
commitca7e31c48fef604287ffc485d20a1551b345456a (patch)
tree6ce66597f1c6301e4877e85a2fb3d0ecdb6632e1 /app/views/profiles
parentbb76a9e2ea071894ffc369c1b4760ff9afd7e106 (diff)
parent854deae4129c002faf97f615c17e742e8eff9166 (diff)
downloadgitlab-ce-ca7e31c48fef604287ffc485d20a1551b345456a.tar.gz
Merge branch 'ui/consistency' into 'master'
UI: Improve consistency across the board Depends on !1953 See the commits for more details, the messages mostly speak for themselves. Fixes https://dev.gitlab.org/gitlab/gitlabhq/issues/2577 See merge request !1954
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/keys/index.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/profiles/keys/index.html.haml b/app/views/profiles/keys/index.html.haml
index 14adba1c797..17a4195030e 100644
--- a/app/views/profiles/keys/index.html.haml
+++ b/app/views/profiles/keys/index.html.haml
@@ -3,7 +3,9 @@
.gray-content-block.top-block
.pull-right
- = link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
+ = link_to new_profile_key_path, class: "btn btn-new" do
+ = icon('plus')
+ Add SSH Key
.oneline
Before you can add an SSH key you need to
= link_to "generate it.", help_page_path("ssh", "README")