mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix error on details page in Gamma theme
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
2018-02-04 DariusIII
|
||||
* Fix: Fix error on details page in Gamma theme
|
||||
2018-02-03 DariusIII
|
||||
* Fix: Remove hidden column declaration in User model that caused errors in getnzb and rss
|
||||
2018-02-02 DariusIII
|
||||
|
||||
@@ -308,10 +308,7 @@
|
||||
|
||||
<dt>Files</dt>
|
||||
<dd><a title="View file list" href="{$smarty.const.WWW_TOP}/filelist/{$release.guid}">{$release.totalpart}</a> <i class="fa fa-file"></i></dd>
|
||||
|
||||
{if $releasefiles|@count > 0}
|
||||
|
||||
<dt>Rar Contains</dt>
|
||||
<dt>Rar Contains</dt>
|
||||
<dd>
|
||||
<table style="width:100%;" class="innerdata highlight table tabel-striped">
|
||||
<tr>
|
||||
@@ -330,7 +327,6 @@
|
||||
{/foreach}
|
||||
</table>
|
||||
</dd>
|
||||
{/if}
|
||||
<dl>
|
||||
<dt> Grabs</dt>
|
||||
<dd>{$release.grabs}
|
||||
|
||||
Reference in New Issue
Block a user