sqm-dashboards/app/views/layouts/application.html.haml
2017-02-25 11:00:27 -05:00

12 lines
375 B
Text

!!!
%html
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%title Edcontext
= csrf_meta_tags
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
= javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
%body
%p.notice= notice
%p.alert= alert
= yield