Merge pull request #950 from netdata/Create_link_from_keys_count
make a hyperlink from the counted keys
This commit is contained in:
commit
c7542eb801
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue