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 @@
<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…
Cancel
Save