mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
22: impressum page
This commit is contained in:
parent
ad77627973
commit
f2fe2ac6a4
6 changed files with 60 additions and 1 deletions
|
@ -11,7 +11,12 @@ html
|
|||
.row
|
||||
.small-12.columns
|
||||
.clearfix
|
||||
h1#title = 'Stadtratmonitor Leipzig'
|
||||
h1[id="title" class="left"] = link_to 'Stadtratmonitor Leipzig', search_path
|
||||
div(class="right")
|
||||
div(class="left") = link_to 'Suche', search_path
|
||||
div(class="right header_indent") = link_to 'Impressum', impressum_url
|
||||
div(class="clear")
|
||||
div(class="clear")
|
||||
- flash.each do |name, msg|
|
||||
= content_tag :div, msg, class: name
|
||||
= yield
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue