From 5b94973079729e5baefd6ce32c16f0f5e9589f54 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Tue, 15 Feb 2022 12:36:45 +0000 Subject: [PATCH] [COMPONENTS][Posting] Form is no longer added to RightPanel if not on a feed|conversation|groups route --- components/Group/templates/group/view.html.twig | 6 +----- components/Posting/Posting.php | 8 ++++---- .../templates/right_panel/view.html.twig | 2 +- public/assets/default_theme/pages/feeds.css | 17 +++++++++++++++++ templates/cards/macros/note.html.twig | 11 +++++------ 5 files changed, 28 insertions(+), 16 deletions(-) diff --git a/components/Group/templates/group/view.html.twig b/components/Group/templates/group/view.html.twig index 47a551d480..7bd30b2db8 100644 --- a/components/Group/templates/group/view.html.twig +++ b/components/Group/templates/group/view.html.twig @@ -19,11 +19,7 @@ {% if notes is defined %}
- {% if page_title is defined %} -

{{ page_title | trans }}

- {% else %} -

{{ 'Notes' | trans }}

- {% endif %} +

{{ 'Notes' | trans }}