You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqm-dashboards/app/views/layouts/application.html.haml

25 lines
763 B

!!!
%html
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%meta{:charset => "utf-8"}/
%meta{:content => "width=device-width, initial-scale=1, shrink-to-fit=no", :name => "viewport"}/
%title MCIEA
= csrf_meta_tags
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
= stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Roboto:300,700'
= javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
%body
.container
.row
.col-12
= render partial: 'layouts/header'
- if notice.present?
%p.notice= notice
- if alert.present?
%p.alert= alert
= yield