mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix activity template
This commit is contained in:
parent
6bc2c360a3
commit
1c9de9b275
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue