stadtratmonitor/app/views/layouts/application.html.slim

25 lines
622 B
Text
Raw Normal View History

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
body
.row
- flash.each do |name, msg|
= content_tag :div, msg, class: name
.row
.large-8.columns
2014-11-19 21:54:36 +01:00
h1#title
= link_to 'Stadtratmonitor Leipzig', root_path
.large-4.columns
ul.inline-list.right
li = render 'login_button'
.row
= yield
script src="https://login.persona.org/include.js"
= javascript_include_tag 'application', 'data-turbolinks-track' => true