mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 13:56:06 +01:00
15 lines
412 B
Text
15 lines
412 B
Text
!!! 5
|
|
%html
|
|
%head
|
|
%title= APP_CONFIG['site_name']
|
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
|
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
|
= csrf_meta_tags
|
|
%body
|
|
= render 'layouts/header'
|
|
= yield
|
|
- if Rails.env.development?
|
|
%hr
|
|
.container
|
|
%p.text-danger Debug params:
|
|
= debug params
|