mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Tweak layout
This commit is contained in:
parent
2abba45f4c
commit
3d721d1759
3 changed files with 27 additions and 29 deletions
|
@ -8,17 +8,13 @@ head
|
|||
|
||||
body
|
||||
.row
|
||||
- flash.each do |name, msg|
|
||||
= content_tag :div, msg, class: name
|
||||
.row
|
||||
.large-8.columns
|
||||
h1#title
|
||||
= link_to 'Stadtratmonitor Leipzig', root_path
|
||||
.large-4.columns
|
||||
ul.inline-list.right
|
||||
li = render 'login_button'
|
||||
.row
|
||||
= yield
|
||||
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue