mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-22 04:34:17 +00:00
fix activity template
This commit is contained in:
parent
6bc2c360a3
commit
1c9de9b275
@ -8,9 +8,6 @@
|
|||||||
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
|
||||||
{{ torrent.name }}
|
{{ torrent.name }}
|
||||||
</a>
|
</a>
|
||||||
{% if torrent.approved == false %}
|
|
||||||
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})
|
|
||||||
{% endif %}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if torrent.approved == false %}
|
{% if torrent.approved == false %}
|
||||||
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})
|
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user