updated sidebar

corrected placement of {{ trans('dashboard.incidents.incident-templates') }}
This commit is contained in:
Noah Bass
2015-01-15 09:42:28 -05:00
parent 85d33bf2c6
commit f423ab9d7b

View File

@@ -39,7 +39,8 @@
</li>
<li {{ set_active('dashboard/templates*') }}>
<a href="{{ route('dashboard.templates') }}">
<i class="icons ion-document-text"></i> {{ trans('dashboard.incidents.incident-templates') }}
<i class="icons ion-document-text"></i>
<span>{{ trans('dashboard.incidents.incident-templates') }}</span>
</a>
</li>
<li {{ set_active('dashboard/components*') }}>