Browse Source

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

pull/4/head
nullkal 6 years ago
committed by Eugen Rochko
parent
commit
9e2ff3ef71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admin/instances/_instance.html.haml

+ 1
- 1
app/views/admin/instances/_instance.html.haml 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

Loading…
Cancel
Save