From 54d03275cff9311d9313b16fb380ecfc2e8767d6 Mon Sep 17 00:00:00 2001
From: Mathieu Jaumotte
Date: Thu, 20 May 2021 14:35:32 +0200
Subject: [PATCH] place html anchors: top, bottom of page + for each form
section
---
.../Resources/views/Layout/_footer.html.twig | 4 ++--
.../views/Layout/_header-logo.html.twig | 2 +-
.../public/vuejs/AccompanyingCourse/App.vue | 17 ++++++++++++++++-
.../AccompanyingCourse/components/Comment.vue | 2 +-
.../AccompanyingCourse/components/Confirm.vue | 2 +-
.../components/PersonsAssociated.vue | 2 +-
.../AccompanyingCourse/components/Referrer.vue | 2 +-
.../AccompanyingCourse/components/Requestor.vue | 2 +-
.../AccompanyingCourse/components/Resources.vue | 2 +-
.../components/SocialIssue.vue | 2 +-
.../AccompanyingCourse/components/Test.vue | 2 +-
11 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/src/Bundle/ChillMainBundle/Resources/views/Layout/_footer.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Layout/_footer.html.twig
index 132e81a3e..0d23d499d 100644
--- a/src/Bundle/ChillMainBundle/Resources/views/Layout/_footer.html.twig
+++ b/src/Bundle/ChillMainBundle/Resources/views/Layout/_footer.html.twig
@@ -1,4 +1,4 @@
\ No newline at end of file
+
{{ 'User manual'|trans }}
+
diff --git a/src/Bundle/ChillMainBundle/Resources/views/Layout/_header-logo.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Layout/_header-logo.html.twig
index be59b454f..f619dc151 100644
--- a/src/Bundle/ChillMainBundle/Resources/views/Layout/_header-logo.html.twig
+++ b/src/Bundle/ChillMainBundle/Resources/views/Layout/_header-logo.html.twig
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue
index 0835b8d2d..e5c4d87e1 100644
--- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue
+++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue
@@ -44,11 +44,26 @@ export default {
};
-