mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Merge pull request #8434 from inietov/bug/ch15182/make-all-of-the-this-feature-has-been-disabled
Thanks!
This commit is contained in:
commit
bfd024fdfd
|
@ -16,7 +16,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@if (config('app.lock_passwords')===true)
|
@if (config('app.lock_passwords')===true)
|
||||||
<p class="text-warning"><i class="fa fa-warning"></i>{{ trans('general.feature_disabled') }}</p>
|
<p class="text-warning"><i class="fa fa-lock"></i>{{ trans('general.feature_disabled') }}</p>
|
||||||
@endif
|
@endif
|
||||||
{!! $errors->first($logoVariable, '<span class="alert-msg">:message</span>') !!}
|
{!! $errors->first($logoVariable, '<span class="alert-msg">:message</span>') !!}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue