Remove duration for playlists in search results

このコミットが含まれているのは:
Omar Roth 2018-11-07 10:07:47 -06:00
コミット 316a73f07e
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -24,7 +24,6 @@
<% else %>
<div class="thumbnail">
<img class="thumbnail" src="/vi/<%= item.videos[0]?.try &.id %>/mqdefault.jpg"/>
<p class="length"><%= recode_length_seconds(item.videos[0]?.try &.length_seconds || 0) %></p>
</div>
<% end %>
<p><%= item.title %></p>