mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Removed stray space
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
932c02cc54
commit
bbe7d9dde2
|
@ -9,7 +9,7 @@
|
|||
{{-- alert --}}
|
||||
@if($message != '')
|
||||
<div class="col-md-12" class="{{ $message_type }}">
|
||||
<div class="alert alert-{{ $this->message_type }} ">
|
||||
<div class="alert alert-{{ $this->message_type }}">
|
||||
<button type="button" class="close" wire:click="$set('message','')">×</button>
|
||||
@if($message_type == 'success')
|
||||
<i class="fas fa-check faa-pulse animated" aria-hidden="true"></i>
|
||||
|
|
Loading…
Reference in a new issue