From 205ba000174e1c553b871ee4ef1313e282e68a68 Mon Sep 17 00:00:00 2001
From: Eugen Rochko <eugen@zeonfederated.com>
Date: Mon, 9 Jan 2017 19:43:53 +0100
Subject: [PATCH] Fix sandboxed iOS login again

---
 app/views/about/index.html.haml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml
index b0260dc516..6bc416cbdb 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
 
-- 
GitLab