From: qianmengnet Date: Mon, 26 Nov 2018 01:05:38 +0000 (+0800) Subject: Add "register" to nav. X-Git-Tag: v0.25.0~1^2~5^2~1^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/1146/head?ds=inline Add "register" to nav. Add "register" to nav.You need to click "login" to find register, which is not convenient for people who are not familiar with the app. --- diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index e6d0b7761..cd8063e12 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -57,6 +57,9 @@ @endif @if(!signedInUser()) @icon('login') {{ trans('auth.log_in') }} + @if(setting('registration-enabled', false)) + @icon('new-user') {{ trans('auth.sign_up') }} + @endif @endif @if(signedInUser())