noko50: small fixes in template
This commit is contained in:
parent
8534e2cc80
commit
d3b0a55dd9
@ -121,14 +121,14 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if index %}
|
{% if index %}
|
||||||
<a href="{{ post.root }}{{ board.dir }}{{ config.dir.res }}{{ config.file_page|sprintf(post.id) }}">[{% trans %}View{% endtrans %}]</a>
|
<a href="{{ post.root }}{{ board.dir }}{{ config.dir.res }}{{ config.file_page|sprintf(post.id) }}">[{% trans %}Reply{% endtrans %}]</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if isnoko50 %}
|
{% if isnoko50 %}
|
||||||
<a href="{{ post.root }}{{ board.dir }}{{ config.dir.res }}{{ config.file_page|sprintf(post.id) }}">[{% trans %}View All{% endtrans %}]</a>
|
<a href="{{ post.root }}{{ board.dir }}{{ config.dir.res }}{{ config.file_page|sprintf(post.id) }}">[{% trans %}View All{% endtrans %}]</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if hasnoko50 and not isnoko50 %}
|
{% if hasnoko50 and not isnoko50 %}
|
||||||
{% set lastcount = config.noko50_count %}
|
{% set lastcount = config.noko50_count %}
|
||||||
<a href="{{ post.root }}{{ board.dir }}{{ config.dir.res }}{{ config.file_page50|sprintf(post.id) }}">[{% trans %}Last {{ lastcount }} Posts{% endtrans %}]</a>
|
<a href="{{ post.root }}{{ board.dir }}{{ config.dir.res }}{{ config.file_page50|sprintf(post.id) }}">[{% trans %}Last 1 Post{% plural lastcount %}Last {{ count }} Posts{% endtrans %}]</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ post.postControls }}
|
{{ post.postControls }}
|
||||||
</p>
|
</p>
|
||||||
@ -153,7 +153,7 @@
|
|||||||
{% plural post.omitted_images %}
|
{% plural post.omitted_images %}
|
||||||
{{ count }} image replies
|
{{ count }} image replies
|
||||||
{% endtrans %}
|
{% endtrans %}
|
||||||
{% endif %} {% trans %}omitted. Click View to see all.{% endtrans %}
|
{% endif %} {% trans %}omitted. Click reply to view.{% endtrans %}
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not index %}
|
{% if not index %}
|
||||||
|
Loading…
Reference in New Issue
Block a user