Better
This commit is contained in:
parent
75167d9e0b
commit
872dd984b3
@ -23,17 +23,17 @@
|
|||||||
|
|
||||||
{% for torrent in torrents %}
|
{% for torrent in torrents %}
|
||||||
<tr class="{{ torrent.class }}">
|
<tr class="{{ torrent.class }}">
|
||||||
|
<td colspan="{{ '3' if torrent.self.is_light else '' }}">
|
||||||
|
<img class="favicon"
|
||||||
|
src="{{ url_for('static', filename='favicons/%s' % torrent.self.favicon) }}" alt="">
|
||||||
|
<i> </i>
|
||||||
|
{{ torrent.lang.value }}
|
||||||
|
<a href="{{ torrent.href }}" target="_blank">
|
||||||
|
{{ torrent.name|boldify|safe }}
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
|
||||||
{% if torrent.self.is_light %}
|
{% if torrent.self.is_light %}
|
||||||
<td colspan="3">
|
|
||||||
<img class="favicon"
|
|
||||||
src="{{ url_for('static', filename='favicons/%s' % torrent.self.favicon) }}" alt="">
|
|
||||||
<i> </i>
|
|
||||||
{{ torrent.lang.value }}
|
|
||||||
<a href="{{ torrent.href }}" target="_blank">
|
|
||||||
{{ torrent.name|boldify|safe }}
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
{{ torrent.date }}
|
{{ torrent.date }}
|
||||||
</td>
|
</td>
|
||||||
@ -41,15 +41,6 @@
|
|||||||
{{ torrent.type }}
|
{{ torrent.type }}
|
||||||
</td>
|
</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td>
|
|
||||||
<img class="favicon"
|
|
||||||
src="{{ url_for('static', filename='favicons/%s' % torrent.self.favicon) }}" alt="">
|
|
||||||
<i> </i>
|
|
||||||
{{ torrent.lang.value }}
|
|
||||||
<a href="{{ torrent.href }}" target="_blank">
|
|
||||||
{{ torrent.name|boldify|safe }}
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
{{ torrent.link|safe }}
|
{{ torrent.link|safe }}
|
||||||
{{ torrent.comment|safe }}
|
{{ torrent.comment|safe }}
|
||||||
|
Reference in New Issue
Block a user