Linked to placeholder extension page
Replaced the empty button on the extensions page with a button that links to the placeholder extension settings page.
This commit is contained in:
parent
f3472d9407
commit
99eca0e597
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
@section('content')
|
||||
<div class="col-xs-6 col-sm-3 text-center">
|
||||
<a href=""><button class="btn btn-primary" style="width:100%;margin-top:25px;"><i class='bx bx-code' ></i> Blueprint <small>indev</small></button></a>
|
||||
<a href="{{ route('admin.extensions.blueprint') }}"><button class="btn btn-primary" style="width:100%;margin-top:25px;"><i class='bx bx-code' ></i> Blueprint <small>indev</small></button></a>
|
||||
</div>
|
||||
<!-- blueprint.replace -->
|
||||
@endsection
|
Loading…
Reference in a new issue