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