Skip to content

Commit ff701ce

Browse files
committed
Notices page with licenses information
1 parent a8b03b4 commit ff701ce

File tree

3 files changed

+12160
-0
lines changed

3 files changed

+12160
-0
lines changed

vue/src/router/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ const routes = [
6666
layout: () => import('@/layouts/LayoutDefault.vue')
6767
}
6868
},
69+
{
70+
path: 'notices/',
71+
name: 'notices',
72+
component: () => import('@/views/Notices.vue'),
73+
meta: {
74+
layout: () => import('@/layouts/LayoutDefault.vue')
75+
}
76+
},
6977
{
7078
path: 'new-municipality/:bfsNumber/',
7179
pathToRegexpOptions: { strict: true },

vue/src/views/Imprint.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@
118118
<p>
119119
Zürich, 09.11.2020
120120
</p>
121+
<h2>Lizenz</h2>
122+
<p>
123+
Mehr über die Lizenz und die Lizenzen der verwendeten Softwarepakete
124+
finden Sie auf
125+
<router-link
126+
:to="'/' + $i18n.locale + '/notices/'">dieser Seite</router-link>.
127+
</p>
121128
</v-flex>
122129
</v-layout>
123130
</v-container>

0 commit comments

Comments
 (0)