mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
Fix html in layout
This commit is contained in:
parent
a13e848176
commit
4e2c37f67f
1 changed files with 16 additions and 16 deletions
|
@ -1,20 +1,20 @@
|
||||||
doctype html
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title Stadtratmonitor Leipzig
|
title Stadtratmonitor Leipzig
|
||||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||||
= javascript_include_tag 'vendor/modernizr'
|
= javascript_include_tag 'vendor/modernizr'
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
|
||||||
body
|
body
|
||||||
.row
|
.row
|
||||||
.small-12.columns
|
.small-12.columns
|
||||||
.clearfix
|
.clearfix
|
||||||
.right = render 'login_button'
|
.right = render 'login_button'
|
||||||
h1#title = link_to 'Stadtratmonitor Leipzig', root_path
|
h1#title = link_to 'Stadtratmonitor Leipzig', root_path
|
||||||
- flash.each do |name, msg|
|
- flash.each do |name, msg|
|
||||||
= content_tag :div, msg, class: name
|
= content_tag :div, msg, class: name
|
||||||
= yield
|
= yield
|
||||||
|
|
||||||
script src="https://login.persona.org/include.js"
|
script src="https://login.persona.org/include.js"
|
||||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||||
|
|
Loading…
Reference in a new issue