diff --git a/app/views/profile/show.html.haml b/app/views/profile/show.html.haml index 5a343c3398156c4dbd868b024a3b24e2aed7c23d..48f9f936c93fb52b17c4ff12f3e85f7b3c49da10 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"