Fix links to dashboard and auth/logout

This commit is contained in:
James Brooks
2015-04-19 12:30:48 +01:00
parent d451fc4c7d
commit 70a07e6d19

View File

@@ -4,10 +4,10 @@
@endif
<p><a href="/rss"><i class="ion-social-rss"></i> {{ trans('cachet.rss-feed') }}</a>&nbsp;-&nbsp;<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)
&ndash;
<a href="{{ route('logout') }}">{{ trans('dashboard.logout') }}</a>
<a href="/auth/logout">{{ trans('dashboard.logout') }}</a>
@endif
</p>
</footer>