Show qualities label only when qualities are available
This commit is contained in:
parent
a5e591c727
commit
047f200a07
1 changed files with 6 additions and 3 deletions
|
@ -81,9 +81,12 @@
|
|||
<span class="label label-info">Re-Convertable</span>
|
||||
{/if}
|
||||
|
||||
<span class="label label-primary">
|
||||
{resString($video.video_files)}
|
||||
</span>
|
||||
{$quals = resString($video.video_files)}
|
||||
{if $quals}
|
||||
<span class="label label-primary">
|
||||
{$quals}
|
||||
</span>
|
||||
{/if}
|
||||
<div class="clearfix"></div>
|
||||
{$catString = {$video.category|categories:video}}
|
||||
{$catString = strip_tags($catString)}
|
||||
|
|
Loading…
Add table
Reference in a new issue