mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-24 14:23:23 +01:00
More button fixes
This commit is contained in:
parent
07d4cf7e98
commit
9036cebff6
@ -63,14 +63,7 @@
|
||||
<a id="unimportant" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %}
|
||||
<hr />
|
||||
{{ body }}
|
||||
<div id="thread-interactions-alt">
|
||||
<span id="thread-links-alt">
|
||||
<a id="thread-top" href="#top">[{% trans %}Go to top{% endtrans %}]</a>
|
||||
{% if config.catalog_link %}
|
||||
<a id="thread-catalog" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
<a id="unimportant" href="#top">[{% trans %}Go to top{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %}
|
||||
{% include 'report_delete.html' %}
|
||||
</form>
|
||||
|
||||
|
@ -60,11 +60,11 @@
|
||||
{{ body }}
|
||||
<div id="thread-interactions">
|
||||
<span id="thread-links">
|
||||
<a id="thread-return" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||
<a id="thread-top" href="#top">[{% trans %}Go to top{% endtrans %}]</a>
|
||||
{% if config.catalog_link %}
|
||||
<a id="thread-catalog" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>
|
||||
{% endif %}
|
||||
<a id="thread-return" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||
</span>
|
||||
|
||||
<span id="thread-quick-reply">
|
||||
|
Loading…
x
Reference in New Issue
Block a user