Create template sidebar item (currently unused)

This commit is contained in:
James Brooks
2014-12-20 17:18:48 +00:00
parent 400f638de0
commit 21c700c83d
2 changed files with 6 additions and 0 deletions
@@ -27,6 +27,11 @@
<i class="fa fa-plus"></i> {{ Lang::get('cachet.dashboard.incident-add') }}
</a>
</li>
<li class=" sub-nav-item">
<a href="#">
<i class="fa fa-plus"></i> {{ Lang::get('cachet.dashboard.incident-create-template') }}
</a>
</li>
<li class="{{ Request::is('dashboard/components') ? 'active' : '' }}">
<a href="{{ URL::route('dashboard.components') }}">
<i class="fa fa-list-ul"></i> {{ Lang::get('cachet.dashboard.components') }}