Skip to content

Commit c2ed0f6

Browse files
committed
More auth refinement
1 parent f4c5da5 commit c2ed0f6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/views/backend/layouts/default.blade.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,6 @@
116116
<b class="caret"></b>
117117
</a>
118118
<ul class="dropdown-menu">
119-
@if(Sentry::getUser()->hasAccess('admin'))
120-
<li>
121-
<a href="{{ route('app') }}">
122-
<i class="icon-cog"></i> @lang('general.settings')
123-
</a>
124-
</li>
125-
@endif
126119
<li{{ (Request::is('account/profile') ? ' class="active"' : '') }}>
127120
<a href="{{ route('profile') }}">
128121
<i class="icon-user"></i> @lang('general.profile')

0 commit comments

Comments
 (0)