From deb8099de1382bb7a710c718799100eae6e71d61 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Mon, 5 Oct 2020 18:35:17 +0200 Subject: [PATCH] #65 info about the group on pronoun page --- pages/index.vue | 2 +- routes/template.vue | 45 +++++++++++++++++++++++++++++++++++++++++---- src/classes.js | 11 +++++++++++ 3 files changed, 53 insertions(+), 5 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index a8322b331..a0cfe7a4f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -266,7 +266,7 @@ }, addSlash(link) { return link + (link.substr(link.length - 1) === '*' ? '/' : ''); - } + }, }, } diff --git a/routes/template.vue b/routes/template.vue index 5a0a81cd8..2e94d8764 100644 --- a/routes/template.vue +++ b/routes/template.vue @@ -44,6 +44,36 @@ +
+ +
+
@@ -65,7 +95,7 @@