Add clickable categories

This commit is contained in:
sqozz 2018-04-01 01:29:57 +02:00
parent 3c2b49fc74
commit 46ad8bddad
1 changed files with 1 additions and 1 deletions

View File

@ -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>