Skip to content

Commit 49fabc8

Browse files
committed
Correct bug in breadcrumbs
1 parent 062fbf8 commit 49fabc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/back/blog/template.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@section('main')
1010

1111
<!-- Entête de page -->
12-
@include('back.partials.entete', ['title' => trans('back/blog.dashboard'), 'icone' => 'pencil', 'fil' => link_to('blog', 'Articles') . ' / ' . trans('back/blog.creation')])
12+
@include('back.partials.entete', ['title' => trans('back/blog.dashboard'), 'icone' => 'pencil', 'fil' => link_to('blog', trans('back/blog.posts')) . ' / ' . trans('back/blog.creation')])
1313

1414
<div class="col-sm-12">
1515
@yield('form')

0 commit comments

Comments
 (0)