diff --git a/templates/default/activity/list.html.twig b/templates/default/activity/list.html.twig index 2e9e004..5a1c883 100644 --- a/templates/default/activity/list.html.twig +++ b/templates/default/activity/list.html.twig @@ -1,12 +1,16 @@ {% extends 'default/layout.html.twig' %} -{% block title %}{{ 'Recent activity' | trans }}{% if pagination.page > 1 %} - {{ 'Page' | trans }} {{ pagination.page }}{% endif %} - {{ name }}{% endblock %} +{% block title %}{{ 'Activity' | trans }}{% if pagination.page > 1 %} - {{ 'Page' | trans }} {{ pagination.page }}{% endif %} - {{ name }}{% endblock %} {% block main_content %} -

{{ 'Recent activity' | trans }}

- - - - - +
+

{{ 'Recent activity' | trans }}

+ + + + + + + +
{% for activity in activities %}
{{ render(controller( diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig index b811d6a..35b1760 100644 --- a/templates/default/torrent/info.html.twig +++ b/templates/default/torrent/info.html.twig @@ -335,7 +335,7 @@
-
+

{{ 'Recent activity' | trans }}

diff --git a/templates/default/torrent/list.html.twig b/templates/default/torrent/list.html.twig index ada5514..26056e5 100644 --- a/templates/default/torrent/list.html.twig +++ b/templates/default/torrent/list.html.twig @@ -1,6 +1,16 @@ {% extends 'default/layout.html.twig' %} -{% block title %}{% if query %}{{ query }}{% else %}{{ 'Recent' | trans }}{% endif %} - {{ 'Torrents' | trans }} - {{ name }}{% endblock %} +{% block title %}{% if query %}{{ query }} - {{ 'Search' | trans }} - {% endif %}{{ name }}{% endblock %} {% block main_content %} + {% if torrents %} {% for torrent in torrents %}
diff --git a/templates/default/user/info.html.twig b/templates/default/user/info.html.twig index d0df10d..4ed5e35 100644 --- a/templates/default/user/info.html.twig +++ b/templates/default/user/info.html.twig @@ -219,7 +219,7 @@
-
+

{{ 'Recent activity' | trans }}