]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/header.blade.php
Applied StyleCI changes, added php/larastan to attribution
[bookstack] / resources / views / common / header.blade.php
index 4799aba24507ae8bfc397853e616a6d76b8ea4b4..2311ce3e019e9f529ef2fbde6569a518db4f11c6 100644 (file)
@@ -61,6 +61,9 @@
                             <span class="name">{{ $currentUser->getShortName(9) }}</span> @icon('caret-down')
                         </span>
                         <ul refs="dropdown@menu" class="dropdown-menu" role="menu">
+                            <li>
+                                <a href="{{ url('/favourites') }}">@icon('star'){{ trans('entities.my_favourites') }}</a>
+                            </li>
                             <li>
                                 <a href="{{ $currentUser->getProfileUrl() }}">@icon('user'){{ trans('common.view_profile') }}</a>
                             </li>
@@ -76,7 +79,7 @@
                             </li>
                             <li><hr></li>
                             <li>
-                                @include('partials.dark-mode-toggle')
+                                @include('common.dark-mode-toggle')
                             </li>
                         </ul>
                     </div>