Commit c7542eb801ce0c538c442476e42f1d06d4e40fa9
Exists in
master
and in
4 other branches
Merge pull request #950 from netdata/Create_link_from_keys_count
make a hyperlink from the counted keys
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile/show.html.haml
@@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
61 | %h4 | 61 | %h4 |
62 | SSH public keys: | 62 | SSH public keys: |
63 | %small.right | 63 | %small.right |
64 | - %span= current_user.keys.count | 64 | + %span= link_to current_user.keys.count, keys_path |
65 | 65 | ||
66 | = link_to "Add Public Key", new_key_path, :class => "btn small right" | 66 | = link_to "Add Public Key", new_key_path, :class => "btn small right" |
67 | 67 |