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"> <section class="content-header">
<h1> <h1>
{{ trans('general.customize') }} {{ trans('general.customize') }}
<small>Customize</small>
</h1> </h1>
<div class="breadcrumb"></div>
</section> </section>
<!-- Main content --> <!-- Main content -->

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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