feat views
index.blade.php
: Small modifications to the Blueprint admin view.
This commit is contained in:
parent
4fa1393a5e
commit
b0c735cef3
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
<!-- Overview -->
|
<!-- Overview -->
|
||||||
<div class="box @if($versionLatest != $bp->version()) box-danger @else box-info @endif">
|
<div class="box @if($versionLatest != $bp->version()) box-danger @else box-info @endif">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<h3 class="box-title"><i class='bx bxs-shapes' style='margin-right:5px;'></i></i>Overview</h3>
|
<h3 class="box-title"><i class='bx bxs-shapes'></i> Overview</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<p>You are currently using version <code>{{ $bp->version() }}</code>@if($versionLatest != $bp->version()) which is outdated. @else. @endif</p>
|
<p>You are currently using version <code>{{ $bp->version() }}</code>@if($versionLatest != $bp->version()) which is outdated. @else. @endif</p>
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
<form action="" method="POST" autocomplete="off">
|
<form action="" method="POST" autocomplete="off">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<h3 class="box-title"><i class='bx bxs-cog' style='margin-right:5px;'></i>Configuration</h3>
|
<h3 class="box-title"><i class='bx bxs-cog'></i> Configuration</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Reference in a new issue