Fixed: Editor pick video title must not exceed 2 lines
This commit is contained in:
parent
edf9f9ebf5
commit
7c5f45087d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
{if $video.duration>1}{$video.duration|SetTime}{else}00:00{/if}</time>
|
||||
</div> <!--VIDEO_THUMB END-->
|
||||
<div class="details_block">
|
||||
<strong class="title"><a href="#">{$video.title|truncate:50}</a></strong>
|
||||
<strong class="title"><a href="#">{$video.title|truncate:40}</a></strong>
|
||||
<span class="author">{lang code='by'} <a href="{$userquery->profile_link($video)}">{$video.username}</a></span>
|
||||
<div class="views-date">
|
||||
<span>{$video.views} {lang code='views'}</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue