File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ public function returnView()
78
78
return \View::make ('panelViews::all ' , array (
79
79
'grid ' => $ this ->grid ,
80
80
'filter ' => $ this ->filter ,
81
+ 'title ' => $ this ->entity ,
81
82
'current_entity ' => $ this ->entity ,
82
83
'import_message ' => (\Session::has ('import_message ' )) ? \Session::get ('import_message ' ) : ''
83
84
));
@@ -94,6 +95,7 @@ public function returnEditView()
94
95
throw new \Exception ('This url is set yet ! ' );
95
96
} else {
96
97
return \View::make ('panelViews::edit ' , array (
98
+ 'title ' => $ this ->entity ,
97
99
'edit ' => $ this ->edit
98
100
));
99
101
}
Original file line number Diff line number Diff line change 17
17
<link media =" all" type =" text/css" rel =" stylesheet" href =" {{ asset (" packages/zofe/rapyd/assets/colorpicker/css/bootstrap-colorpicker.min.css" )} }" >
18
18
<!-- link media="all" type="text/css" rel="stylesheet" href="{{ asset (" packages/serverfireteam/rapyd-laravel/assets/colorpicker/css/bootstrap-colorpicker.min.css" )} } " -->
19
19
20
- <title >{{ $title } } </title >
20
+ <title >{{ isset ( $title ) ? $title : ' Panel ' } } </title >
21
21
<!-- compiled styles -->
22
22
23
23
You can’t perform that action at this time.
0 commit comments