]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/header.blade.php
move zip export into exportservice
[bookstack] / resources / views / common / header.blade.php
index 7c837ec29bd90a25f178094a12592976c76ea88b..4937f7cb0db7944baf74eb2389cfaac1ef3ac932 100644 (file)
@@ -25,7 +25,7 @@
         </div>
 
         <div class="text-right">
-            <nav class="header-links" >
+            <nav class="header-links">
                 <div class="links text-center">
                     @if (hasAppAccess())
                         <a class="hide-over-l" href="{{ url('/search') }}">@icon('search'){{ trans('common.search') }}</a>
@@ -43,9 +43,9 @@
 
                     @if(!signedInUser())
                         @if(setting('registration-enabled') && config('auth.method') === 'standard')
-                            <a href="{{ url('/register') }}">@icon('new-user') {{ trans('auth.sign_up') }}</a>
+                            <a href="{{ url('/register') }}">@icon('new-user'){{ trans('auth.sign_up') }}</a>
                         @endif
-                        <a href="{{ url('/login') }}">@icon('login') {{ trans('auth.log_in') }}</a>
+                        <a href="{{ url('/login')  }}">@icon('login'){{ trans('auth.log_in') }}</a>
                     @endif
                 </div>
                 @if(signedInUser())
                                     <a href="{{ url('/logout') }}">@icon('logout'){{ trans('auth.logout') }}</a>
                                 @endif
                             </li>
+                            <li><hr></li>
+                            <li>
+                                @include('partials.dark-mode-toggle')
+                            </li>
                         </ul>
                     </div>
                 @endif
@@ -77,4 +81,4 @@
         </div>
 
     </div>
-</header>
\ No newline at end of file
+</header>