Commit 08695ef4 authored by Nicolas Widart's avatar Nicolas Widart

Changing the fa icons

parent c3c25fb6
......@@ -8,7 +8,7 @@ class SidebarViewComposer
'weight' => 1,
'request' => $view->prefix,
'route' => 'dashboard.user.index',
'icon-class' => 'fa fa-dashboard',
'icon-class' => 'fa fa-user',
'title' => 'Users',
]);
}
......
......@@ -5,8 +5,8 @@
Users
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active"><a href="#"><i class="fa fa-dashboard"></i> Users</a></li>
<li><a href="{{ URL::route('dashboard.index') }}"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Users</li>
</ol>
@stop
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment