Browse Source

fix activity template

main
ghost 1 year ago
parent
commit
6bc2c360a3
  1. 3
      templates/default/activity/event/torrent/approve/delete.html.twig

3
templates/default/activity/event/torrent/approve/delete.html.twig

@ -10,9 +10,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