feat extensions.blade.php
: add "find more extensions" button
This commit is contained in:
parent
63d685c75c
commit
c87d8223f8
1 changed files with 7 additions and 5 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue