mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Integracion de la lista tarifaacabado sacada del Mac.Comit antes del merge para que nacho lo coja y meta el vuexy
This commit is contained in:
@ -32,7 +32,7 @@ class Group extends BaseController
|
||||
|
||||
$data['btn_add'] = [
|
||||
'title' => lang("App.group_btn_add"),
|
||||
'route' => '/group/add',
|
||||
'route' => '/usuarios/group/add',
|
||||
'class' => 'btn btn-lg btn-primary float-md-right',
|
||||
'icon' => 'fas fa-plus'
|
||||
];
|
||||
@ -54,7 +54,7 @@ class Group extends BaseController
|
||||
|
||||
$data['breadcrumb'] = [
|
||||
['title' => lang("App.menu_dashboard"), 'route' => "/home", 'active' => false],
|
||||
['title' => lang("App.group_title"), 'route' => "/group", 'active' => false],
|
||||
['title' => lang("App.group_title"), 'route' => "/usuarios/group", 'active' => false],
|
||||
['title' => lang("App.group_add_title"), 'route' => "", 'active' => true]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user