mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Fix visual glitch with discarded topics
This commit is contained in:
parent
f7b3f4573d
commit
396a620cf4
@ -9,7 +9,7 @@
|
|||||||
<th>Actions</th>
|
<th>Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for topic in topics %}
|
{% for topic in topics %}
|
||||||
<tr class="{% if topic.wip %}wiptopic{% endif %}{% if topic.discarded %}discardtopic{% endif %}">
|
<tr class="{% if topic.wip %}wiptopic{% endif %} {% if topic.discarded %}discardtopic{% endif %}">
|
||||||
<td>
|
<td>
|
||||||
[{{ topic.type.value }}]
|
[{{ topic.type.value }}]
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user