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,12 +1,12 @@
|
|||
doctype html
|
||||
html
|
||||
head
|
||||
head
|
||||
title Stadtratmonitor Leipzig
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= javascript_include_tag 'vendor/modernizr'
|
||||
= csrf_meta_tags
|
||||
|
||||
body
|
||||
body
|
||||
.row
|
||||
.small-12.columns
|
||||
.clearfix
|
||||
|
|
Loading…
Reference in a new issue