Skip to content

Commit

Permalink
feat extensions.blade.php: add "find more extensions" button
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Aug 30, 2024
1 parent 63d685c commit c87d822
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions resources/views/admin/extensions.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit c87d822

Please sign in to comment.