mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +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
|
||||
html
|
||||
head
|
||||
title Stadtratmonitor Leipzig
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= javascript_include_tag 'vendor/modernizr'
|
||||
= csrf_meta_tags
|
||||
head
|
||||
title Stadtratmonitor Leipzig
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= javascript_include_tag 'vendor/modernizr'
|
||||
= csrf_meta_tags
|
||||
|
||||
body
|
||||
.row
|
||||
.small-12.columns
|
||||
.clearfix
|
||||
.right = render 'login_button'
|
||||
h1#title = link_to 'Stadtratmonitor Leipzig', root_path
|
||||
- flash.each do |name, msg|
|
||||
= content_tag :div, msg, class: name
|
||||
= yield
|
||||
body
|
||||
.row
|
||||
.small-12.columns
|
||||
.clearfix
|
||||
.right = render 'login_button'
|
||||
h1#title = link_to 'Stadtratmonitor Leipzig', root_path
|
||||
- flash.each do |name, msg|
|
||||
= content_tag :div, msg, class: name
|
||||
= yield
|
||||
|
||||
script src="https://login.persona.org/include.js"
|
||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||
script src="https://login.persona.org/include.js"
|
||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||
|
|
Loading…
Reference in a new issue