%- if options.gmaps? -%> <%- end -%> <%%- if content_for?(:head_common_pre) -%> <%%= yield(:head_common_pre) %> <%%- end -%> <%%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%%- if Rails.env.production? -%> <%%- if content_for?(:head_production_pre) -%> <%%= yield(:head_production_pre) %> <%%- end -%> <%%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%%- if content_for?(:head_production_post) -%> <%%= yield(:head_production_post) %> <%%- end -%> <%%- else -%> <%%- if content_for?(:head_development_pre) -%> <%%= yield(:head_development_pre) %> <%%- end -%> <%%= stylesheet_link_tag current_theme, 'data-turbolinks-track' => true %> <%%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%%= javascript_include_tag 'bootstrap', 'data-turbolinks-track' => true %> <%%- if content_for?(:head_development_post) -%> <%%= yield(:head_development_post) %> <%%- end -%> <%%- end -%> <%%- if content_for?(:head_common_post) -%> <%%= yield(:head_common_post) %> <%%- end -%> <%%= csrf_meta_tags %>