From c3d1f2eb9b5d86208eb738f2cb00f9297b11020c Mon Sep 17 00:00:00 2001 From: Wouter D'Haeseleer Date: Wed, 20 Jun 2012 17:16:56 +0200 Subject: make a hyperlink from the counted keys Refs Ticket #948 --- app/views/profile/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1