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
|
@endsection
|
||||||
|
|
||||||
@section('content-header')
|
@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
|
Extensions
|
||||||
<small>
|
<small>
|
||||||
Manage and configure all of your installed extensions.
|
Manage and configure all of your installed extensions.
|
||||||
</small>
|
</small>
|
||||||
</h1>
|
</h1>
|
||||||
<ol class="breadcrumb">
|
|
||||||
<li><a href="{{ route('admin.index') }}">Admin</a></li>
|
|
||||||
<li class="active">Extensions</li>
|
|
||||||
</ol>
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
Loading…
Reference in a new issue