1
0
mirror of https://github.com/CachetHQ/Cachet.git synced 2025-02-25 12:13:33 +01:00

Remove unused sidebar link

This commit is contained in:
James Brooks 2014-12-20 18:55:17 +00:00
parent 85b02e635c
commit 896e12bdef

@ -57,11 +57,6 @@
<i class="fa fa-envelope"></i> {{ Lang::get('cachet.dashboard.notifications') }}
</a>
</li>
<!-- <li class="{{ Request::is('dashboard/status-page') ? 'active' : '' }}">
<a href="{{ URL::route('dashboard.status-page') }}">
<i class="fa fa-exclamation-circle"></i> {{ Lang::get('cachet.dashboard.status_page') }}
</a>
</li> -->
<li class="{{ Request::is('dashboard/settings') ? 'active' : '' }}">
<a href="{{ URL::route('dashboard.settings') }}">
<i class="fa fa-cogs"></i> {{ Lang::get('cachet.dashboard.settings') }}