forked from leftypol/leftypol
post_controls.html: use div instead of span
This commit is contained in:
parent
f2ea90a2d0
commit
28eeb3de76
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% if mod %}
|
{% if mod %}
|
||||||
|
|
||||||
<span class="controls {% if not post.thread %}op{% endif %}">
|
<div class="controls {% if not post.thread %}op{% endif %}">
|
||||||
{% if mod|hasPermission(config.mod.warning, board.uri) %}
|
{% if mod|hasPermission(config.mod.warning, board.uri) %}
|
||||||
<a title="{% trans %}Warn{% endtrans %}" href="?/{{ board.dir }}warning/{{ post.id }}{% if post.thread %}&thread={{ post.thread }}{% endif %}">{{ config.mod.link_warning }}</a>
|
<a title="{% trans %}Warn{% endtrans %}" href="?/{{ board.dir }}warning/{{ post.id }}{% if post.thread %}&thread={{ post.thread }}{% endif %}">{{ config.mod.link_warning }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -64,6 +64,6 @@
|
||||||
{% if mod|hasPermission(config.mod.editpost, board.uri) %}
|
{% if mod|hasPermission(config.mod.editpost, board.uri) %}
|
||||||
<a title="{% trans %}Edit post{% endtrans %}" href="?/{{ board.dir }}edit{% if config.mod.raw_html_default %}_raw{% endif %}/{{ post.id }}">{{ config.mod.link_editpost }}</a>
|
<a title="{% trans %}Edit post{% endtrans %}" href="?/{{ board.dir }}edit{% if config.mod.raw_html_default %}_raw{% endif %}/{{ post.id }}">{{ config.mod.link_editpost }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</div>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue