mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed missing div
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
28c7355697
commit
bc18fac97e
|
@ -296,7 +296,7 @@
|
||||||
</li>
|
</li>
|
||||||
@endif
|
@endif
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
@endif
|
@endif
|
||||||
@if ($snipeSettings->qr_code=='1')
|
@if ($snipeSettings->qr_code=='1')
|
||||||
<div class="col-md-12 text-center" style="padding-top: 15px;">
|
<div class="col-md-12 text-center" style="padding-top: 15px;">
|
||||||
|
@ -306,7 +306,9 @@
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- End button column -->
|
<!-- End button column -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue