Tests fixed.

This commit is contained in:
James Cole
2014-07-17 05:48:14 +02:00
parent 12ae548dab
commit de1bf42f94
3 changed files with 69 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
</li>
</ul>
@if(\Auth::user() && \Auth::check())
<ul class="nav navbar-nav navbar-right">
<li @if($r=='preferences')class="active"@endif><a href="{{route('preferences')}}"><span class="glyphicon glyphicon-cog"></span> Preferences</a></li>
<li class="dropdown">
@@ -22,4 +22,5 @@
<li><a href="{{route('logout')}}"><span class="glyphicon glyphicon-arrow-right"></span> Logout</a></li>
</ul>
</li>
</ul>
</ul>
@endif