diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-02 22:31:10 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-02 22:31:10 +0100 |
commit | f79ba2de83af5d9a1a94415c3ca38a7e7d6f2cfc (patch) | |
tree | c6c8b4dcc1252e0ac7782f6c40f940bf0dd1b7e4 /app/views/layouts | |
parent | 136e18b875f1743a5aced6f0a07cd949f2f19a5a (diff) |
Fix admin UI not loading JS, make sure to strip "acct:" out of remote account's usernames when authorizing follow
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/admin.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml index 2fc116f45..11f76a1de 100644 --- a/app/views/layouts/admin.html.haml +++ b/app/views/layouts/admin.html.haml @@ -1,3 +1,6 @@ +- content_for :header_tags do + = javascript_include_tag 'application_public' + - content_for :content do .admin-wrapper .sidebar |