Commit 79f71c4c authored by Nicolas Widart's avatar Nicolas Widart

Merge commit 'dac8bd33'

* commit 'dac8bd33':
  Squashed 'Modules/Dashboard/' changes from 26e50695..7eef842
parents 51dd1d86 dac8bd33
...@@ -5,13 +5,14 @@ ...@@ -5,13 +5,14 @@
Dashboard Dashboard
</h1> </h1>
<ol class="breadcrumb"> <ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#"><i class="fa fa-dashboard"></i> {{ trans('core::core.breadcrumb.home') }}</a></li>
</ol> </ol>
@stop @stop
@section('content') @section('content')
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
@include('flash::message')
<p>{{ trans('dashboard::dashboard.welcome-message') }}</p> <p>{{ trans('dashboard::dashboard.welcome-message') }}</p>
</div> </div>
</div> </div>
......
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