]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/header.blade.php
move zip export into exportservice
[bookstack] / resources / views / common / header.blade.php
index 524e4a11af000be035e647b7073900fdfa5aef93..4937f7cb0db7944baf74eb2389cfaac1ef3ac932 100644 (file)
@@ -45,7 +45,7 @@
                         @if(setting('registration-enabled') && config('auth.method') === 'standard')
                             <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