2014-08-01 02:47:25 -07:00
|
|
|
!!! 5
|
|
|
|
%html
|
|
|
|
%head
|
2014-11-03 04:03:24 -08:00
|
|
|
%title= APP_CONFIG['site_name']
|
2014-08-01 02:47:25 -07:00
|
|
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
|
|
|
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
|
|
|
= csrf_meta_tags
|
|
|
|
%body
|
2014-08-01 06:27:08 -07:00
|
|
|
= render 'layouts/header'
|
|
|
|
= yield
|
|
|
|
- if Rails.env.development?
|
|
|
|
%hr
|
2014-08-01 02:55:50 -07:00
|
|
|
.container
|
2014-11-03 04:05:03 -08:00
|
|
|
%p.text-danger Debug params:
|
2014-11-03 04:03:24 -08:00
|
|
|
= debug params
|