mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-16 18:22:49 +00:00
rename syntax for ChillMain twig template calls
This commit is contained in:
@@ -228,7 +228,7 @@ class ReportController extends Controller
|
|||||||
|
|
||||||
return $this->render('ChillReportBundle:Report:select_report_type_for_export.html.twig', array(
|
return $this->render('ChillReportBundle:Report:select_report_type_for_export.html.twig', array(
|
||||||
'form' => $form->createView(),
|
'form' => $form->createView(),
|
||||||
'layout_name' => "ChillMainBundle::Export/layout.html.twig"
|
'layout_name' => "@ChillMain/Export/layout.html.twig"
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#}
|
#}
|
||||||
{% extends "ChillMainBundle::Export/layout.html.twig" %}
|
{% extends "@ChillMain/Export/layout.html.twig" %}
|
||||||
|
|
||||||
{% set activeRouteKey = 'report_export_list' %}
|
{% set activeRouteKey = 'report_export_list' %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user