We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c5da5 commit c2ed0f6Copy full SHA for c2ed0f6
app/views/backend/layouts/default.blade.php
@@ -116,13 +116,6 @@
116
<b class="caret"></b>
117
</a>
118
<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
126
<li{{ (Request::is('account/profile') ? ' class="active"' : '') }}>
127
<a href="{{ route('profile') }}">
128
<i class="icon-user"></i> @lang('general.profile')
0 commit comments