Fix links to dashboard and auth/logout
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
@endif
|
||||
<p><a href="/rss"><i class="ion-social-rss"></i> {{ trans('cachet.rss-feed') }}</a> - <a href="/atom"><i class="ion-social-rss"></i> {{ trans('cachet.atom-feed') }}</a></p>
|
||||
<p>
|
||||
<a href="{{ route('dashboard') }}">{{ trans('dashboard.dashboard') }}</a>
|
||||
<a href="/dashboard">{{ trans('dashboard.dashboard') }}</a>
|
||||
@if($loggedUser)
|
||||
–
|
||||
<a href="{{ route('logout') }}">{{ trans('dashboard.logout') }}</a>
|
||||
<a href="/auth/logout">{{ trans('dashboard.logout') }}</a>
|
||||
@endif
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user