1234567891011121314151617181920212223242526272829303132333435363738 |
- doctype 5
- html lang="en"
- head
- title SV-Wahlen 2016
- meta charset="utf-8"
- meta name="viewport" content="width=device-width, initial-scale=1.0"
- meta name="application-name" content="SV-Wahlen 2016"
- meta name="msapplication-TileColor" content="#FFFFFF"
- meta name="msapplication-TileImage" content=url("/assets/icons/mstile-144x144.png")
- link rel="apple-touch-icon-precomposed" sizes="57x57" href=url("/assets/icons/apple-touch-icon-57x57.png")
- link rel="apple-touch-icon-precomposed" sizes="114x114" href=url("/assets/icons/apple-touch-icon-114x114.png")
- link rel="apple-touch-icon-precomposed" sizes="72x72" href=url("/assets/icons/apple-touch-icon-72x72.png")
- link rel="apple-touch-icon-precomposed" sizes="144x144" href=url("/assets/icons/apple-touch-icon-144x144.png")
- link rel="apple-touch-icon-precomposed" sizes="120x120" href=url("/assets/icons/apple-touch-icon-120x120.png")
- link rel="apple-touch-icon-precomposed" sizes="152x152" href=url("/assets/icons/apple-touch-icon-152x152.png")
- link rel="icon" type="image/png" href=url("/assets/icons/favicon-32x32.png") sizes="32x32"
- link rel="icon" type="image/png" href=url("/assets/icons/favicon-16x16.png") sizes="16x16"
- link rel="stylesheet" href="/assets/bootstrap/3.3.5/bootstrap.min.css"
- body
- .container
- .row
- .col-xs-12
- p
- -if session[:flash]
- .alert class=(session[:flash][0]== 1 ? "alert-success" : "alert-danger") role="alert" = session[:flash][1]
- .alert ==session[:flash][2]
- -session.delete :flash
- ==yield
- .well
- |Bei technischen Problemen wenden Sie sich bitte an
- a<> href="mailto:bk@hmt.im" bk@hmt.im
- p
- |In die Kategorie »technisches Problem« fällt praktisch alles, was
- nicht so funktioniert, wie man es erwartet.
- p
- |Der Quellcode für das Wahlprogramm befindet sich
- a< href="https://git.lpbk-bethel.de/hmt/sv" hier
- |.
|