Commit c7542eb801ce0c538c442476e42f1d06d4e40fa9

Authored by Dmitriy Zaporozhets
2 parents 316dfbae c3d1f2eb

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 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  
... ...