mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-25 17:45:26 +00:00
torrent_files
This commit is contained in:
parent
de49037412
commit
0624b686fa
14
deluge/ui/webui/templates/deluge/torrent_files.html
Normal file
14
deluge/ui/webui/templates/deluge/torrent_files.html
Normal file
@ -0,0 +1,14 @@
|
||||
$def with (torrent, error)
|
||||
$:render.header(torrent.name)
|
||||
<div class="panel">
|
||||
<div id="torrent_files">
|
||||
<h2>$_(torrent.name)</h2>
|
||||
<ul>
|
||||
$:render.tab_files(torrent, True)</ul>
|
||||
|
||||
$if error:
|
||||
<div class="error">$error</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
$:render.footer()
|
Loading…
x
Reference in New Issue
Block a user