Skip to content

Commit

Permalink
More auth refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed May 6, 2014
1 parent f4c5da5 commit c2ed0f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/views/backend/layouts/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,6 @@
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
@if(Sentry::getUser()->hasAccess('admin'))
<li>
<a href="{{ route('app') }}">
<i class="icon-cog"></i> @lang('general.settings')
</a>
</li>
@endif
<li{{ (Request::is('account/profile') ? ' class="active"' : '') }}>
<a href="{{ route('profile') }}">
<i class="icon-user"></i> @lang('general.profile')
Expand Down

0 comments on commit c2ed0f6

Please sign in to comment.