mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-25 22:10:47 +00:00
commit
b3c22afb0d
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