mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Fixes #3648 - missing endif in blade
This commit is contained in:
parent
d7827fedd9
commit
a717ca683c
|
@ -51,9 +51,10 @@ LDAP User Sync
|
|||
</div>
|
||||
</div>
|
||||
|
||||
@if (Session::get('summary'))
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
@if (Session::get('summary'))
|
||||
|
||||
<div class="box box-default">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Synchronization Results</h3>
|
||||
|
@ -87,8 +88,10 @@ LDAP User Sync
|
|||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@stop
|
||||
|
||||
|
|
Loading…
Reference in a new issue