From 4c248bd88ab42bd6616b84dd7a7c6e09a2b7f5aa Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 22 Jan 2017 22:19:19 +0800 Subject: [PATCH] fix reference of styles on setup pages --- gulpfile.js | 3 ++- resources/views/auth/master.tpl | 5 +++++ resources/views/setup/master.tpl | 30 ++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 resources/views/setup/master.tpl diff --git a/gulpfile.js b/gulpfile.js index cd58fad2..d1a8c8af 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2,7 +2,7 @@ * @Author: printempw * @Date: 2016-07-21 13:38:26 * @Last Modified by: printempw -* @Last Modified time: 2017-01-20 22:15:50 +* @Last Modified time: 2017-01-22 20:45:06 */ 'use strict'; @@ -135,6 +135,7 @@ gulp.task('zip', () => { '!.gitignore', '!.git/**/*.*', '!.git/', + '!.gitmodules', '!.gitattributes', '!artisan', '!gulpfile.js', diff --git a/resources/views/auth/master.tpl b/resources/views/auth/master.tpl index c72d6cab..1dccc57f 100644 --- a/resources/views/auth/master.tpl +++ b/resources/views/auth/master.tpl @@ -14,6 +14,11 @@ @yield('content') + + + {!! bs_footer('auth') !!} diff --git a/resources/views/setup/master.tpl b/resources/views/setup/master.tpl new file mode 100644 index 00000000..46cf5709 --- /dev/null +++ b/resources/views/setup/master.tpl @@ -0,0 +1,30 @@ + + + + + + + {{ trans('setup.wizard.master.title') }} + + + @yield('style') + + + + + +@yield('content') + + + +@yield('script') + + +