[COMPONENTS][Feed] Remove 'feed' from header
When not logged in, the word would be repeated
This commit is contained in:
parent
7891461d36
commit
ab640b110b
@ -11,7 +11,7 @@
|
|||||||
{% block body %}
|
{% block body %}
|
||||||
<header class="feed-header">
|
<header class="feed-header">
|
||||||
{% if page_title is defined %}
|
{% if page_title is defined %}
|
||||||
<h1>{{ page_title | trans }} {{ 'feed' | trans }}</h1>
|
<h1>{{ page_title | trans }}</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<nav class="feed-actions" role=navigation>
|
<nav class="feed-actions" role=navigation>
|
||||||
{% for block in handle_event('AddFeedActions', app.request) %}
|
{% for block in handle_event('AddFeedActions', app.request) %}
|
||||||
|
Loading…
Reference in New Issue
Block a user