X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/03073dd9e413d20d385cb4a90cbce420fa5614c1..refs/pull/1462/head:/resources/views/common/header.blade.php diff --git a/resources/views/common/header.blade.php b/resources/views/common/header.blade.php index c9c301572..734789899 100644 --- a/resources/views/common/header.blade.php +++ b/resources/views/common/header.blade.php @@ -41,7 +41,7 @@ @if(!signedInUser()) @if(setting('registration-enabled', false)) - @icon('new-user') {{ trans('auth.sign_up') }} + @icon('new-user') {{ trans('auth.sign_up') }} @endif @icon('login') {{ trans('auth.log_in') }} @endif @@ -53,7 +53,7 @@ {{ $currentUser->name }} {{ $currentUser->getShortName(9) }} @icon('caret-down') -