Skip to content

Commit

Permalink
Adds breadcrumbs to media library
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj authored Sep 27, 2016
1 parent 84f84bc commit 9f85533
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion resources/views/backend/upload/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,25 @@
<div class="container">
<div class="card">
<div class="card-header">
<ol class="breadcrumb">
<li><a href="{{ url('admin') }}">Home</a></li>
<li class="active">Media</li>
</ol>
<ul class="actions">
<li class="dropdown">
<a href="" data-toggle="dropdown">
<i class="zmdi zmdi-more-vert"></i>
</a>

<ul class="dropdown-menu dropdown-menu-right">
<li>
<a href="">Refresh Media Library</a>
</li>
</ul>
</li>
</ul>
<h2>Media Library
<small>This page provides a comprehensive overview of your media library.</small>
<small>All the files you’ve uploaded are listed alphabetically in the Media Library. Double-click a folder name to see its contents.</small>
</h2>
</div>

Expand Down

0 comments on commit 9f85533

Please sign in to comment.