forked from rDrama/rDrama
1
0
Fork 0

show emoji tags in /emojis

master
Aevann 2024-01-31 23:08:34 +02:00
parent 77db259aca
commit 0b3e68dae9
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
{% if FEATURES['EMOJI_SUBMISSIONS'] %}
<th class="disable-sort-click">Original File</th>
{% endif %}
<th>Tags</th>
</tr>
</thead>
<tbody id="emojis-table">
@ -57,6 +58,7 @@
{% endif %}
</td>
{% endif %}
<td>{{emoji.tags}}</td>
</tr>
{% endfor %}
</tbody>