Make instance names in into links to user list in the instance (#4924)

This commit is contained in:
nullkal 2017-09-13 18:34:07 +09:00 committed by Eugen Rochko
parent b9d241c6f5
commit 9e2ff3ef71
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
%tr
%td.domain
= instance.domain
= link_to instance.domain, admin_accounts_path(by_domain: instance.domain)
%td.count
= instance.accounts_count
%td