diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-09 19:43:53 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-09 19:43:53 +0100 |
commit | 205ba000174e1c553b871ee4ef1313e282e68a68 (patch) | |
tree | cba01b23f198b719144934a2696a4b3f2e1cf02f /app/views | |
parent | 5d558c14b4de87cc45a3342f1b67ce9cc1445b2e (diff) |
Fix sandboxed iOS login again
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/about/index.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml index b0260dc51..6bc416cbd 100644 --- a/app/views/about/index.html.haml +++ b/app/views/about/index.html.haml @@ -1,3 +1,6 @@ +- content_for :header_tags do + = javascript_include_tag 'application_public' + - content_for :page_title do = Rails.configuration.x.local_domain |