Add clickable categories
This commit is contained in:
parent
3c2b49fc74
commit
46ad8bddad
@ -8,7 +8,7 @@ vim: ts=2 noexpandtab
|
||||
<link href="{{ url_for("static", filename="css/details.css") }}" rel="stylesheet">
|
||||
<script src="{{ url_for("static", filename="js/main.js") }}"></script>
|
||||
<div id="torrent" class="clearfix">
|
||||
<h4>{{ torrent.category_string }} » {{ torrent.subcategory_string }} » {{ torrent.name }}</h4>
|
||||
<h4><a href="/search?c={{ torrent.category }}">{{ torrent.category_string }}</a> » <a href="/search?s={{ torrent.subcategory }}">{{ torrent.subcategory_string }}</a> » <span id="name">{{ torrent.name }}</span></h4>
|
||||
<div id="details" class="clearfix">
|
||||
<div class="detailrow clearfix">
|
||||
<div>.torrent-file:</div>
|
||||
|
Loading…
Reference in New Issue
Block a user