Browse Source

fix activity template

main
ghost 1 year ago
parent
commit
1c9de9b275
  1. 3
      templates/default/activity/event/torrent/add.html.twig

3
templates/default/activity/event/torrent/add.html.twig

@ -8,9 +8,6 @@ @@ -8,9 +8,6 @@
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
{{ torrent.name }}
</a>
{% if torrent.approved == false %}
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})
{% endif %}
{% else %}
{% if torrent.approved == false %}
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})

Loading…
Cancel
Save