...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
%h4 %h4
SSH public keys: SSH public keys:
%small.right %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" = link_to "Add Public Key", new_key_path, :class => "btn small right"
... ...
......