layout.slim 2.0 KB

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