mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 15:11:35 +02:00
22: impressum page
This commit is contained in:
parent
ad77627973
commit
f2fe2ac6a4
6 changed files with 60 additions and 1 deletions
14
app/views/application/glossary.html.slim
Normal file
14
app/views/application/glossary.html.slim
Normal file
|
@ -0,0 +1,14 @@
|
|||
doctype html
|
||||
html
|
||||
head
|
||||
title Stadtratmonitor Leipzig - Glossar
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= javascript_include_tag 'vendor/modernizr'
|
||||
= csrf_meta_tags
|
||||
|
||||
body
|
||||
.row
|
||||
.small-12.columns
|
||||
.clearfix
|
||||
h1[id="title" class="left"] = 'Glossar'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue