このコミットが含まれているのは:
テクニカル諏訪子 2021-02-06 13:24:08 +09:00
コミット e54ce898a4
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -8,7 +8,7 @@
<div class="col-3">
<div class="thumb"><a href="/video/play/{{ $p->vid }}"><img width="170" height="96" src="{{ ($p->thumbnail ?: '/img/noicon.jpg') }}" alt="{{ $p->title }}" /></a></div>
<div class="title" style="font-size: 90%;"><a href="/video/play/{{ $p->vid }}">{{ $p->title }}</a></div>
<div class="videodate" style="font-size: 60%; color: #bdc3c7;">{{ date('Y年m月d日 H:i:s', $p->publish_date) }}</div>
<div class="videodate" style="font-size: 60%; color: #bdc3c7;">視聴数:{{ $p->view }}</div>
</div>
@endforeach
</div>