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
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-06-20 19:29:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-06-20 19:29:05 +0400
commitc7542eb801ce0c538c442476e42f1d06d4e40fa9 (patch)
treeb8ce6f28142f4c7c4e24e37977e0f95c09bc941d /app
parent316dfbaea8b34336691e7f97ad0c94a21b6f7e57 (diff)
parentc3d1f2eb9b5d86208eb738f2cb00f9297b11020c (diff)
Merge pull request #950 from netdata/Create_link_from_keys_count
make a hyperlink from the counted keys
Diffstat (limited to 'app')
-rw-r--r--app/views/profile/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profile/show.html.haml b/app/views/profile/show.html.haml
index 5a343c33981..48f9f936c93 100644
--- a/app/views/profile/show.html.haml
+++ b/app/views/profile/show.html.haml
@@ -61,7 +61,7 @@
%h4
SSH public keys:
%small.right
- %span= current_user.keys.count
+ %span= link_to current_user.keys.count, keys_path
= link_to "Add Public Key", new_key_path, :class => "btn small right"