]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/header.blade.php
Added favourites page with link from header and home
[bookstack] / resources / views / common / header.blade.php
index 4799aba24507ae8bfc397853e616a6d76b8ea4b4..274a09996125f21303d4d38a58b91f4214fe65f1 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>