More templates converted to twig.

This commit is contained in:
James Cole
2015-05-01 18:44:49 +02:00
parent a0e501f9fd
commit c98275e73a
11 changed files with 1019 additions and 3 deletions

View File

@@ -22,6 +22,14 @@ Breadcrumbs::register(
}
);
Breadcrumbs::register(
'index',
function (Generator $breadcrumbs) {
$breadcrumbs->push('Home', route('index'));
}
);
// accounts
Breadcrumbs::register(
'accounts.index', function (Generator $breadcrumbs, $what) {