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:
purple 2023-01-30 14:53:27 +01:00
parent f3472d9407
commit 99eca0e597

View file

@ -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