From 5f5fbc0f9a92300df4f89d33b0e6f257efd17b05 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 11 Jan 2018 18:04:10 +0200 Subject: [PATCH] Remove turbolinks from registrant area --- app/assets/javascripts/registrant-manifest.coffee | 1 - app/views/layouts/registrant/application.haml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/registrant-manifest.coffee b/app/assets/javascripts/registrant-manifest.coffee index b8ba84bba..158dd9b0c 100644 --- a/app/assets/javascripts/registrant-manifest.coffee +++ b/app/assets/javascripts/registrant-manifest.coffee @@ -2,7 +2,6 @@ #= require jquery_ujs #= require jquery.validate #= require jquery.validate.additional-methods -#= require turbolinks #= require bootstrap-sprockets #= require jquery.nested_attributes #= require shared/jquery.validate.bootstrap diff --git a/app/views/layouts/registrant/application.haml b/app/views/layouts/registrant/application.haml index 53b08c8f7..3e55242b9 100644 --- a/app/views/layouts/registrant/application.haml +++ b/app/views/layouts/registrant/application.haml @@ -8,8 +8,8 @@ - else %title= t(:registrant_head_title) = csrf_meta_tags - = stylesheet_link_tag 'registrant-manifest', media: 'all', 'data-turbolinks-track' => true - = javascript_include_tag 'registrant-manifest', 'data-turbolinks-track' => true + = stylesheet_link_tag 'registrant-manifest', media: 'all' + = javascript_include_tag 'registrant-manifest' = favicon_link_tag 'favicon.ico' %body / Fixed navbar