mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-18 05:38:40 +01:00
Make the alerts more cleaner with an unstyled list
This commit is contained in:
parent
49cb6e2b1f
commit
9297b15439
@ -6,7 +6,7 @@
|
||||
|
||||
@if ($errors->any())
|
||||
<div class="alert alert-danger">
|
||||
<ul class="mb-0">
|
||||
<ul class="mb-0 list-unstyled">
|
||||
@foreach ($errors->all() as $error)
|
||||
<li>{{ $error }}</li>
|
||||
@endforeach
|
||||
|
Loading…
x
Reference in New Issue
Block a user