logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 9e2ff3ef71e917ba88a9062814f3e828f9199009
parent: b9d241c6f554570e0677d9354b27dad21322e341
Author: nullkal <nullkal@nil.nu>
Date:   Wed, 13 Sep 2017 18:34:07 +0900

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


Diffstat:

Mapp/views/admin/instances/_instance.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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