mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Removed the banner since we already warn
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
daa9e7810e
commit
466ab1e3c0
|
@ -36,18 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if ($asset->deleted_at!='')
|
||||
<div class="col-md-12">
|
||||
<div class="alert alert-danger">
|
||||
<i class="fas fa-exclamation-triangle faa-pulse animated" aria-hidden="true"></i>
|
||||
<strong>{{ trans('general.notification_warning') }} </strong>
|
||||
{{ trans('general.asset_deleted_warning') }}
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="nav-tabs-custom">
|
||||
<ul class="nav nav-tabs hidden-print">
|
||||
|
|
Loading…
Reference in a new issue