[COMPONENTS][Conversation] Removed redundant complementary information from notes replied to

This commit is contained in:
2022-02-08 14:43:39 +00:00
parent 22741702bf
commit 5d0b8930e1
3 changed files with 6 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
<header class="feed-header">
{% set current_path = app.request.get('_route') %}
{% if page_title is defined %}
{% if current_path starts with 'feed_' %}
{% if current_path starts with 'feed_' or 'conversation' in current_path %}
<h1 class="section-title">{{ page_title | trans }}</h1>
{% endif %}
{% else %}