From c3d1f2eb9b5d86208eb738f2cb00f9297b11020c Mon Sep 17 00:00:00 2001 From: Wouter D'Haeseleer Date: Wed, 20 Jun 2012 17:16:56 +0200 Subject: [PATCH] make a hyperlink from the counted keys --- 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 5a343c3..48f9f93 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" -- libgit2 0.21.2