このコミットが含まれているのは:
テクニカル諏訪子 2021-07-01 21:07:21 +09:00
コミット b4c548e6bc
5個のファイルの変更7行の追加4行の削除

ファイルの表示

@ -2,7 +2,7 @@
<h3 class="comments-count section-heading uppercase"><span>{{ $comment['total'] }} 件のコメント</span></h3>
<div style="margin: 12px 0;">
@if ($isvideo !== 'n')
<form action="/comment/new" method="post">
<form class="notbot" action="/comment/new" method="post">
@csrf
@if ($user == new stdClass())
<div class="form-group row">

ファイルの表示

@ -10,7 +10,7 @@
{{ $err }}
</div>
@endif
<form method="POST" action="/login">
<form class="notbot" method="POST" action="/login">
@csrf
<div class="row body">
<div class="col-sm-4"><b>{{ __('site.username') }}</b></div>

ファイルの表示

@ -14,7 +14,7 @@
{{ $suc }}
</div>
@endif
<form method="POST" action="/profile/{{ $res->id }}/edit">
<form class="notbot" method="POST" action="/profile/{{ $res->id }}/edit">
@csrf
<div class="row body">
<div class="col-sm-4"><b>{{ __('site.hyojiname') }}</b></div>

ファイルの表示

@ -10,7 +10,7 @@
{{ $err }}
</div>
@endif
<form method="POST" action="/register">
<form class="notbot" method="POST" action="/register">
@csrf
<div class="row body">
<div class="col-sm-4"><b>{{ __('site.username') }} <span class="badge badge-danger">{{ __('site.hissu') }}</span></b></div>

ファイルの表示

@ -15,6 +15,9 @@
@include('theme.'.env('THEME').'.component.colors')
</head>
<body>
<noscript>
<style>.notbot { display: none; }</style>
</noscript>
@include('theme.'.env('THEME').'.component.navbar')
<main id="app">
<section>