mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
%html
|
|
%head
|
|
%meta{charset: 'utf-8'}/
|
|
%meta{name: 'viewport', content: "width=device-width,initial-scale=1.0"}/
|
|
|
|
%title= content_for?(:title) ? "#{yield(:title)} - #{Spree::Config[:site_name]}" : "#{t(:welcome_to)} #{Spree::Config[:site_name]}"
|
|
- if Rails.env.production?
|
|
= favicon_link_tag
|
|
- else
|
|
= favicon_link_tag "/favicon-staging.ico"
|
|
%link{href: "https://fonts.googleapis.com/css?family=Roboto:400,300italic,400italic,300,700,700italic|Oswald:300,400,700", rel: "stylesheet", type: "text/css"}
|
|
|
|
= stylesheet_link_tag "darkswarm/all"
|
|
= csrf_meta_tags
|
|
|
|
%body.off-canvas{"ng-app" => "Darkswarm", style: 'background-image: url("/assets/tile-wide.png")' }
|
|
/ [if lte IE 8]
|
|
= render partial: "shared/ie_warning"
|
|
= javascript_include_tag "iehack"
|
|
|
|
.off-canvas-wrap{offcanvas: true}
|
|
.inner-wrap
|
|
|
|
%section{ role: "main" }
|
|
= yield
|
|
|
|
#footer
|
|
%loading
|
|
|
|
%script{src: "//maps.googleapis.com/maps/api/js?libraries=places"}
|
|
= javascript_include_tag "darkswarm/all"
|
|
= yield :scripts
|
|
|
|
= inject_current_user
|
|
= yield :injection_data
|
|
|
|
= render "layouts/i18n_script"
|
|
= render "layouts/bugherd_script"
|