mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
use '@foo/bar.html.twig' syntax in twig templates
This commit is contained in:
parent
1d8d7fa354
commit
b2cbba4de8
@ -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 "ChillPersonBundle::layout.html.twig" %}
|
{% extends "@ChillPerson/layout.html.twig" %}
|
||||||
|
|
||||||
{% set activeRouteKey = 'report_select_type' %}
|
{% set activeRouteKey = 'report_select_type' %}
|
||||||
|
|
||||||
|
@ -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 "ChillPersonBundle::layout.html.twig" %}
|
{% extends "@ChillPerson/layout.html.twig" %}
|
||||||
|
|
||||||
{% set activeRouteKey = 'report_select_type' %}
|
{% set activeRouteKey = 'report_select_type' %}
|
||||||
|
|
||||||
|
@ -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 "ChillPersonBundle::layout.html.twig" %}
|
{% extends "@ChillPerson/layout.html.twig" %}
|
||||||
|
|
||||||
{% set activeRouteKey = 'report_select_type' %}
|
{% set activeRouteKey = 'report_select_type' %}
|
||||||
|
|
||||||
|
@ -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 "ChillPersonBundle::layout.html.twig" %}
|
{% extends "@ChillPerson/layout.html.twig" %}
|
||||||
|
|
||||||
{% set activeRouteKey = 'report_select_type' %}
|
{% set activeRouteKey = 'report_select_type' %}
|
||||||
|
|
||||||
|
@ -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 "ChillPersonBundle::layout.html.twig" %}
|
{% extends "@ChillPerson/layout.html.twig" %}
|
||||||
|
|
||||||
{% set activeRouteKey = 'report_select_type' %}
|
{% set activeRouteKey = 'report_select_type' %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user