Merge pull request #950 from netdata/Create_link_from_keys_count

make a hyperlink from the counted keys
This commit is contained in:
Dmitriy Zaporozhets 2012-06-20 08:29:05 -07:00
commit c7542eb801

View file

@ -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"