layout.slim 2.0 KB

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