add breadcrumb to every page

This commit is contained in:
printempw 2017-01-02 10:40:09 +08:00
parent 2125e05bc2
commit 6c11b8f256
15 changed files with 13 additions and 17 deletions

View File

@ -14,8 +14,8 @@
<section class="content-header">
<h1>
{{ trans('general.customize') }}
<small>Customize</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->

View File

@ -10,8 +10,8 @@
<section class="content-header">
<h1>
{{ trans('general.dashboard') }}
<small>Dashboard</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->

View File

@ -10,8 +10,8 @@
<section class="content-header">
<h1>
{{ trans('general.options') }}
<small>Options</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->

View File

@ -10,8 +10,8 @@
<section class="content-header">
<h1>
{{ trans('general.player-manage') }}
<small>Player Management</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->

View File

@ -18,8 +18,8 @@ td#description { width: 35%; }
<section class="content-header">
<h1>
{{ trans('general.plugin-manage') }}
<small>Plugin Manage</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->
@ -48,8 +48,8 @@ td#description { width: 35%; }
<tbody>
@forelse($installed as $plugin)
<tr id="plugin-{{ $plugin->name }}">
<td>{{ $plugin->title }}</td>
<td id="description">{{ $plugin->description }}</td>
<td>{!! trans($plugin->title) !!}</td>
<td id="description">{!! trans($plugin->description) !!}</td>
<td id="author">{{ $plugin->author }}</td>
<td id="version">{{ $plugin->version }}</td>
<td id="status">

View File

@ -10,8 +10,8 @@
<section class="content-header">
<h1>
{{ trans('general.score-options') }}
<small>Score Options</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->

View File

@ -10,8 +10,8 @@
<section class="content-header">
<h1>
{{ trans('general.check-update') }}
<small>Check Update</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->

View File

@ -10,8 +10,8 @@
<section class="content-header">
<h1>
{{ trans('general.user-manage') }}
<small>User Management</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->

View File

@ -10,7 +10,6 @@
<section class="content-header">
<h1>
{{ trans('general.skinlib') }}
<small>Skin Library</small>
</h1>
@include('vendor.breadcrumb')
</section>

View File

@ -10,7 +10,6 @@
<section class="content-header">
<h1>
{{ trans('skinlib.show.title') }}
<small>Texture Details</small>
</h1>
</section>

View File

@ -19,7 +19,6 @@ label[for="type-cape"] {
<section class="content-header">
<h1>
{{ trans('skinlib.upload.title') }}
<small>Upload Texture</small>
</h1>
</section>

View File

@ -10,7 +10,6 @@
<section class="content-header">
<h1>
{{ trans('general.my-closet') }}
<small>Closet</small>
</h1>
<div class="breadcrumb">
<a href="{{ url('skinlib/upload') }}"><i class="fa fa-upload"></i> {{ trans('user.closet.upload') }}</a>

View File

@ -10,8 +10,8 @@
<section class="content-header">
<h1>
{{ trans('general.dashboard') }}
<small>Dashboard</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->

View File

@ -10,8 +10,8 @@
<section class="content-header">
<h1>
{{ trans('general.player-manage') }}
<small>Player Management</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->

View File

@ -10,8 +10,8 @@
<section class="content-header">
<h1>
{{ trans('general.profile') }}
<small>User Profile</small>
</h1>
<div class="breadcrumb"></div>
</section>
<!-- Main content -->