Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
[Upg] move custom navigation to the right of main navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJuliuss committed Oct 16, 2013
1 parent 1354884 commit dee5bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/layouts/dashboard/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<ul class="nav navbar-nav">
<li class=""><a href="{{ URL::to('dashboard'); }}"><i class="glyphicon glyphicon-home"></i> <span>Dashboard</span></a></li>
@if (Sentry::check())
{{ (!empty($navPages)) ? $navPages : '' }}
@if($currentUser->hasAccess('view-users-list') || $currentUser->hasAccess('groups-management'))
<li class="dropdown" >
<a class="dropdown-toggle" data-toggle="dropdown" href="#"><i class="glyphicon glyphicon-user"></i> <span>Users</span></a></a>
Expand All @@ -35,6 +34,7 @@
</ul>
</li>
@endif
{{ (!empty($navPages)) ? $navPages : '' }}
@endif
</ul>

Expand Down

0 comments on commit dee5bf6

Please sign in to comment.