Commit c3d1f2eb9b5d86208eb738f2cb00f9297b11020c

Authored by Wouter D'Haeseleer
1 parent 316dfbae

make a hyperlink from the counted keys

Refs Ticket #948
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile/show.html.haml
... ... @@ -61,7 +61,7 @@
61 61 %h4
62 62 SSH public keys:
63 63 %small.right
64   - %span= current_user.keys.count
  64 + %span= link_to current_user.keys.count, keys_path
65 65  
66 66 = link_to "Add Public Key", new_key_path, :class => "btn small right"
67 67  
... ...