mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
mismatched tags
This commit is contained in:
parent
8f9d36bd3d
commit
b5ea4c9ba5
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
@if ($errors->any())
|
@if ($errors->any())
|
||||||
<div class="alert alert-danger px-3 h6 text-center">
|
<div class="alert alert-danger px-3 h6 text-center">
|
||||||
@foreach($errors->all() as $error)
|
@foreach($errors->all() as $error)
|
||||||
<p class="font-weight-bold mb-1">{{ $error }}</li>
|
<p class="font-weight-bold mb-1">{{ $error }}</p>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
@if ($errors->any())
|
@if ($errors->any())
|
||||||
<div class="alert alert-danger px-3 h6 text-center">
|
<div class="alert alert-danger px-3 h6 text-center">
|
||||||
@foreach($errors->all() as $error)
|
@foreach($errors->all() as $error)
|
||||||
<p class="font-weight-bold mb-1">{{ $error }}</li>
|
<p class="font-weight-bold mb-1">{{ $error }}</p>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
@if ($errors->any())
|
@if ($errors->any())
|
||||||
<div class="alert alert-danger px-3 h6 text-center">
|
<div class="alert alert-danger px-3 h6 text-center">
|
||||||
@foreach($errors->all() as $error)
|
@foreach($errors->all() as $error)
|
||||||
<p class="font-weight-bold mb-1">{{ $error }}</li>
|
<p class="font-weight-bold mb-1">{{ $error }}</p>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Reference in a new issue