diff options
author | nullkal <nullkal@nil.nu> | 2017-09-13 18:34:07 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-13 11:34:07 +0200 |
commit | 9e2ff3ef71e917ba88a9062814f3e828f9199009 (patch) | |
tree | ea0d1c760a2dfd197782447e66ec7c5ff876ad08 /app/views/admin/instances | |
parent | b9d241c6f554570e0677d9354b27dad21322e341 (diff) |
Make instance names in into links to user list in the instance (#4924)
Diffstat (limited to 'app/views/admin/instances')
-rw-r--r-- | app/views/admin/instances/_instance.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/instances/_instance.html.haml b/app/views/admin/instances/_instance.html.haml index 435cd8f64..6efbbbe60 100644 --- a/app/views/admin/instances/_instance.html.haml +++ b/app/views/admin/instances/_instance.html.haml @@ -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 |