]> BookStack Code Mirror - bookstack/blobdiff - resources/views/auth/register-confirm.blade.php
Updated all application urls to allow path prefix.
[bookstack] / resources / views / auth / register-confirm.blade.php
index 2f70b9ffdc3a41b6808035058eaaf6d7c91c4d47..97fd65ab51238f3df8e6ceca5c0b9593dcc37b0f 100644 (file)
@@ -2,7 +2,7 @@
 
 @section('header-buttons')
     @if(!$signedIn)
-        <a href="/login"><i class="zmdi zmdi-sign-in"></i>Sign in</a>
+        <a href="{{ baseUrl("/login") }}"><i class="zmdi zmdi-sign-in"></i>Sign in</a>
     @endif
 @stop
 
@@ -11,7 +11,7 @@
     <div class="text-center">
         <div class="center-box">
             <h2>Thanks for registering!</h2>
-            <p>Please check your email and click the confirmation button to access {{ \Setting::get('app-name') }}.</p>
+            <p>Please check your email and click the confirmation button to access {{ setting('app-name', 'BookStack') }}.</p>
         </div>
     </div>