From 3ef090257abd55937093e3ba166d7550bad6b9c1 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 13 Oct 2023 23:30:14 +0300 Subject: [PATCH] update rss links position --- templates/default/activity/list.html.twig | 18 +++++++++++------- templates/default/torrent/info.html.twig | 2 +- templates/default/torrent/list.html.twig | 12 +++++++++++- templates/default/user/info.html.twig | 2 +- 4 files changed, 24 insertions(+), 10 deletions(-) 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 @@
-
+