Skip to content

Commit

Permalink
Line break for UI consistency 🙄
Browse files Browse the repository at this point in the history
  • Loading branch information
MADindustries committed Sep 11, 2018
1 parent a7bf14b commit 6e8d6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/home/part_ui/search_torrents.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<a href="javascript: playWhat({{ t.id }}); void(0);"><i class="fa fa-play-circle" style="margin:2px"></i></a>
<a href="{% url 'download.views.download_pls' t.playlist_name %}?username={{ request.user.username }}&token={{ token }}"><i class="fa fa-list-ol" style="margin:2px"></i></a>
{% else %}
downloading
downloading<br>
{% endif %}
<a href="{{ t.id|what_cd_torrent_link }}" target="_blank"><i class="fa fa-external-link" style="margin:2px"></i></a>
<a href="{% url 'download.views.delete_torrent' t.id %}" onclick="return confirm('Are you sure you want to delete this torrent and all its data?')">
Expand Down

0 comments on commit 6e8d6f5

Please sign in to comment.