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:
authorWouter D'Haeseleer <wouter.dhaeseleer@vasco.com>2012-06-20 19:16:56 +0400
committerWouter D'Haeseleer <wouter.dhaeseleer@vasco.com>2012-06-20 19:16:56 +0400
commitc3d1f2eb9b5d86208eb738f2cb00f9297b11020c (patch)
treeb8ce6f28142f4c7c4e24e37977e0f95c09bc941d
parent316dfbaea8b34336691e7f97ad0c94a21b6f7e57 (diff)
make a hyperlink from the counted keys
Refs Ticket #948
-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"