diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-01-08 17:41:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-08 17:41:27 +0100 |
commit | a269ffdfa5721c6d51c33a143ed28c740d17f247 (patch) | |
tree | fa915626abf82207131f00dfdb281e82363d62dc /app/views/admin | |
parent | a6c27eaa5ede718a223007ac3bb17bfca02c7444 (diff) |
Change "federation" admin UI link to point to "limited" domains (#9762)
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/instances/_instance.html.haml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/admin/instances/_instance.html.haml b/app/views/admin/instances/_instance.html.haml deleted file mode 100644 index 57d3e0b06..000000000 --- a/app/views/admin/instances/_instance.html.haml +++ /dev/null @@ -1,5 +0,0 @@ -%tr - %td - = link_to instance.domain, admin_instance_path(instance) - %td.count - = instance.accounts_count |