feat extensions.blade.php: add "find more extensions" button

This commit is contained in:
prplwtf 2024-08-30 18:47:13 +02:00
parent 63d685c75c
commit c87d8223f8

View file

@ -5,16 +5,18 @@
@endsection
@section('content-header')
<h1>
<a href="https://blueprint.zip/browse" target="_blank">
<button class="btn btn-gray-alt pull-right" style="padding: 5px 10px">
Find more extensions
</button>
</a>
<h1 style="margin-top:5px">
Extensions
<small>
Manage and configure all of your installed extensions.
</small>
</h1>
<ol class="breadcrumb">
<li><a href="{{ route('admin.index') }}">Admin</a></li>
<li class="active">Extensions</li>
</ol>
@endsection
@section('content')