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

ファイルの表示

@ -23,7 +23,7 @@
<td scope="row">{{ $r->gametitle }}</td>
<td scope="row">
<div class="row">
@if ($r->thumbnail) <div class="col-2"><img src="{{ $r->thumbnail }}" alt="{{ $r->title }}のサムネ" style="width: 70px;" /></div> @endif
@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>