diff --git a/templates/post_thread.html b/templates/post_thread.html index 8db13260..38e343c6 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -22,41 +22,41 @@
{% if post.sticky %} {% if config.font_awesome %} - + {# Keep this space #} {% else %} - Sticky + Sticky {# Keep this space #} {% endif %} {% endif %} {% if post.locked %} {% if config.font_awesome %} - + {# Keep this space #} {% else %} - Locked + Locked {# Keep this space #} {% endif %} {% endif %} {% if post.sage and (config.mod.view_bumplock < 0 or (post.mod and post.mod|hasPermission(config.mod.view_bumplock, board.uri))) %} {% if config.font_awesome %} - + {# Keep this space #} {% else %} - Bumplocked + Bumplocked {# Keep this space #} {% endif %} {% endif %} {% if post.cycle %} {% if config.font_awesome %} - + {# Keep this space #} {% else %} - Cyclical + Cyclical {# Keep this space #} {% endif %} {% endif %} {% if index %} - [{% trans %}Reply{% endtrans %}] + [{% trans %}Reply{% endtrans %}] {# Keep this space #} {% endif %} {% if isnoko50 %} - [{% trans %}View All{% endtrans %}] + [{% trans %}View All{% endtrans %}] {# Keep this space #} {% endif %} {% if hasnoko50 and not isnoko50 %} {% set lastcount = config.noko50_count %} - [{% trans %}Last 1 Post{% plural lastcount %}Last {{ count }} Posts{% endtrans %}] + [{% trans %}Last 1 Post{% plural lastcount %}Last {{ count }} Posts{% endtrans %}] {# Keep this space #} {% endif %} {% include 'post/post_controls.html' %} {% include 'post/fileinfo.html' %}