にゃんこのマンコ…

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

ファイルの表示

@ -20,6 +20,7 @@ class CommentList {
}
public function index () {
if ($this->valid['usr_ban'] != 1) return view('pages.site.notallowed', ['menu' => $this->menu, 'user' => $this->user]);
$get = DB::table('blg_comments')->orderBy('created', 'desc')->paginate(10);
setlocale(LC_ALL, 'ja_JP.utf8');
$ucol = $this->objUser->getGroupColours();

ファイルの表示

@ -1,6 +1,10 @@
@extends('layouts.site')
@section('content')
<div class="within" style="background-color: rgb(49, 54, 59); margin: 32px auto 0px">
{{ $res->links() }}
</div>
<div class="within">
<div class="bar">コメント一覧</div>
<div class="back" style="white-space: pre-wrap;">
@ -36,4 +40,8 @@
</div>
</div>
<div class="within" style="background-color: rgb(49, 54, 59); margin: 32px auto 0px">
{{ $res->links() }}
</div>
@endsection