From 6c11b8f2568d3a8f8bdcf15d48829fd8c06b7e88 Mon Sep 17 00:00:00 2001 From: printempw Date: Mon, 2 Jan 2017 10:40:09 +0800 Subject: [PATCH] add breadcrumb to every page --- resources/views/admin/customize.tpl | 2 +- resources/views/admin/index.tpl | 2 +- resources/views/admin/options.tpl | 2 +- resources/views/admin/players.tpl | 2 +- resources/views/admin/plugins.tpl | 6 +++--- resources/views/admin/score.tpl | 2 +- resources/views/admin/update.tpl | 2 +- resources/views/admin/users.tpl | 2 +- resources/views/skinlib/index.tpl | 1 - resources/views/skinlib/show.tpl | 1 - resources/views/skinlib/upload.tpl | 1 - resources/views/user/closet.tpl | 1 - resources/views/user/index.tpl | 2 +- resources/views/user/player.tpl | 2 +- resources/views/user/profile.tpl | 2 +- 15 files changed, 13 insertions(+), 17 deletions(-) diff --git a/resources/views/admin/customize.tpl b/resources/views/admin/customize.tpl index e8ffa316..acf66dcc 100644 --- a/resources/views/admin/customize.tpl +++ b/resources/views/admin/customize.tpl @@ -14,8 +14,8 @@

{{ trans('general.customize') }} - Customize

+
diff --git a/resources/views/admin/index.tpl b/resources/views/admin/index.tpl index d2d2b002..d03f7bb0 100644 --- a/resources/views/admin/index.tpl +++ b/resources/views/admin/index.tpl @@ -10,8 +10,8 @@

{{ trans('general.dashboard') }} - Dashboard

+
diff --git a/resources/views/admin/options.tpl b/resources/views/admin/options.tpl index 07b78b22..9a7b645b 100644 --- a/resources/views/admin/options.tpl +++ b/resources/views/admin/options.tpl @@ -10,8 +10,8 @@

{{ trans('general.options') }} - Options

+
diff --git a/resources/views/admin/players.tpl b/resources/views/admin/players.tpl index b6fe6c41..8a7d8520 100644 --- a/resources/views/admin/players.tpl +++ b/resources/views/admin/players.tpl @@ -10,8 +10,8 @@

{{ trans('general.player-manage') }} - Player Management

+
diff --git a/resources/views/admin/plugins.tpl b/resources/views/admin/plugins.tpl index 0183124a..77eabcd4 100644 --- a/resources/views/admin/plugins.tpl +++ b/resources/views/admin/plugins.tpl @@ -18,8 +18,8 @@ td#description { width: 35%; }

{{ trans('general.plugin-manage') }} - Plugin Manage

+
@@ -48,8 +48,8 @@ td#description { width: 35%; } @forelse($installed as $plugin) - {{ $plugin->title }} - {{ $plugin->description }} + {!! trans($plugin->title) !!} + {!! trans($plugin->description) !!} {{ $plugin->author }} {{ $plugin->version }} diff --git a/resources/views/admin/score.tpl b/resources/views/admin/score.tpl index 9cd34b06..d7a8b270 100644 --- a/resources/views/admin/score.tpl +++ b/resources/views/admin/score.tpl @@ -10,8 +10,8 @@

{{ trans('general.score-options') }} - Score Options

+
diff --git a/resources/views/admin/update.tpl b/resources/views/admin/update.tpl index 538f252f..a6593ce5 100644 --- a/resources/views/admin/update.tpl +++ b/resources/views/admin/update.tpl @@ -10,8 +10,8 @@

{{ trans('general.check-update') }} - Check Update

+
diff --git a/resources/views/admin/users.tpl b/resources/views/admin/users.tpl index 094d6fb3..55ca92cc 100644 --- a/resources/views/admin/users.tpl +++ b/resources/views/admin/users.tpl @@ -10,8 +10,8 @@

{{ trans('general.user-manage') }} - User Management

+
diff --git a/resources/views/skinlib/index.tpl b/resources/views/skinlib/index.tpl index 5c46c3ac..e887ed9e 100644 --- a/resources/views/skinlib/index.tpl +++ b/resources/views/skinlib/index.tpl @@ -10,7 +10,6 @@

{{ trans('general.skinlib') }} - Skin Library

@include('vendor.breadcrumb')
diff --git a/resources/views/skinlib/show.tpl b/resources/views/skinlib/show.tpl index 71ffc7fa..78adc68d 100644 --- a/resources/views/skinlib/show.tpl +++ b/resources/views/skinlib/show.tpl @@ -10,7 +10,6 @@

{{ trans('skinlib.show.title') }} - Texture Details

diff --git a/resources/views/skinlib/upload.tpl b/resources/views/skinlib/upload.tpl index 1bf91e50..f44f2ac3 100644 --- a/resources/views/skinlib/upload.tpl +++ b/resources/views/skinlib/upload.tpl @@ -19,7 +19,6 @@ label[for="type-cape"] {

{{ trans('skinlib.upload.title') }} - Upload Texture

diff --git a/resources/views/user/closet.tpl b/resources/views/user/closet.tpl index e7cba326..3f805b5a 100644 --- a/resources/views/user/closet.tpl +++ b/resources/views/user/closet.tpl @@ -10,7 +10,6 @@

{{ trans('general.my-closet') }} - Closet