Files
ch420/app/views/layouts/application.html.slim
T

12 lines
351 B
Plaintext
Raw Normal View History

2015-10-03 06:38:11 +02:00
html
head
2015-10-05 12:40:08 +02:00
title #CH420 - #{content_for(:title)}
2015-10-03 06:38:11 +02:00
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
= javascript_include_tag 'application', 'data-turbolinks-track' => true
= csrf_meta_tags
body
2015-10-06 11:46:27 +02:00
/ = console if Rails.env.development?
2015-10-03 06:38:11 +02:00
.container
2015-10-06 09:16:07 +02:00
= render 'shared/flashes'
2015-10-03 06:38:11 +02:00
= yield