Commit c7542eb8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #950 from netdata/Create_link_from_keys_count

make a hyperlink from the counted keys
parents 316dfbae c3d1f2eb
...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment