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

Changing the fa icons

parent c3c25fb6
...@@ -8,7 +8,7 @@ class SidebarViewComposer ...@@ -8,7 +8,7 @@ class SidebarViewComposer
'weight' => 1, 'weight' => 1,
'request' => $view->prefix, 'request' => $view->prefix,
'route' => 'dashboard.user.index', 'route' => 'dashboard.user.index',
'icon-class' => 'fa fa-dashboard', 'icon-class' => 'fa fa-user',
'title' => 'Users', 'title' => 'Users',
]); ]);
} }
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
Users Users
</h1> </h1>
<ol class="breadcrumb"> <ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="{{ URL::route('dashboard.index') }}"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active"><a href="#"><i class="fa fa-dashboard"></i> Users</a></li> <li class="active">Users</li>
</ol> </ol>
@stop @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