(´・ω・`)

このコミットが含まれているのは:
テクニカル諏訪子 2020-12-13 12:06:28 +09:00
コミット dbe387909b
1個のファイルの変更3行の追加6行の削除

ファイルの表示

@ -9,6 +9,7 @@
<thead>
<tr>
<th scope="col">ゲーム名</th>
<th scope="col"></th>
<th scope="col">件名</th>
<th scope="col"><img src="/img/swk-box.png" class="logo-play" alt="self"></th>
<th scope="col"><a href="https://www.youtube.com/user/UltimatePisman"><img src="/img/yt-box.png" class="logo-play" alt="youtube"></a></th>
@ -21,12 +22,8 @@
@foreach ($res as $k => $r)
<tr>
<td scope="row">{{ $r->gametitle }}</td>
<td scope="row">
<div class="row">
@if ($r->thumbnail) <div class="col-3"><img src="{{ $r->thumbnail }}" alt="{{ $r->title }}のサムネ" style="width: 70px;" /></div> @endif
<div class="col">{{ $r->title }}<br /><span style="font-size: 8px;">公開日:{{ $r->publish_date }}</span></div>
</div>
</td>
<td scope="row" width="70"> @if ($r->thumbnail) <img src="{{ $r->thumbnail }}" alt="{{ $r->title }}のサムネ" style="width: 70px;" /> @endif </td>
<td scope="row">{{ $r->title }}<br /><span style="font-size: 8px;">公開日:{{ $r->publish_date }}</span></td>
<td scope="row">@if ($r->url) <a href="/video/play/{{ $r->vid }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->youtube) <a href="{{ $r->youtube }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->twitter) <a href="{{ $r->twitter }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>