From fa0537ea428b78838e6f1d822d8faa82f6132caa Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 4 Jan 2025 19:40:42 +0100 Subject: [PATCH] post_thread.html: move user controls into intro --- templates/post_thread.html | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/templates/post_thread.html b/templates/post_thread.html index 1d60f867..fe9e41d1 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -22,8 +22,6 @@ No. {{ post.id }} -

-
{% if post.sticky %} {% if config.font_awesome %} @@ -52,16 +50,20 @@ Cyclical {% endif %} {% endif %} - {% if index %} - [{% trans %}Reply{% endtrans %}] - {% endif %} - {% if isnoko50 %} - [{% trans %}View All{% endtrans %}] - {% endif %} - {% if hasnoko50 and not isnoko50 %} - {% set lastcount = config.noko50_count %} - [{% trans %}Last 1 Post{% plural lastcount %}Last {{ count }} Posts{% endtrans %}] - {% endif %} + +

+
{% include 'post/post_controls.html' %}
@@ -88,7 +90,7 @@ {% plural post.omitted_images %} {{ count }} image replies {% endtrans %} - {% endif %} {% trans %}omitted. Click reply to view.{% endtrans %} + {% endif %} {% trans %}omitted.{% endtrans %} {% endif %} {% if not index %}