1
0
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:
Kovah 2019-04-27 10:42:00 +02:00
parent 49cb6e2b1f
commit 9297b15439
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -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