mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
use '@foo/bar.html.twig' syntax in twig templates
This commit is contained in:
parent
f05770235f
commit
94d446f5d4
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
{% block vertical_menu_content %}
|
{% block vertical_menu_content %}
|
||||||
{{ chill_menu('admin_custom_fields', {
|
{{ chill_menu('admin_custom_fields', {
|
||||||
'layout': 'ChillCustomFieldsBundle::Admin/menu.html.twig',
|
'layout': '@ChillCustomFields/Admin/menu.html.twig',
|
||||||
}) }}
|
}) }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
@ -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 "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
|
{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}{{ 'CustomField edit'|trans }}{% endblock title %}
|
{% block title %}{{ 'CustomField edit'|trans }}{% endblock title %}
|
||||||
|
|
||||||
|
@ -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 "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
|
{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}{{ 'CustomField creation'|trans }}{% endblock title %}
|
{% block title %}{{ 'CustomField creation'|trans }}{% endblock title %}
|
||||||
|
|
||||||
|
@ -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 "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
|
{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block admin_content %}
|
{% block admin_content %}
|
||||||
<h1>CustomField</h1>
|
<h1>CustomField</h1>
|
||||||
|
@ -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 "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
|
{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}{{ 'CustomFieldsGroup edit'|trans }}{% endblock %}
|
{% block title %}{{ 'CustomFieldsGroup edit'|trans }}{% endblock %}
|
||||||
|
|
||||||
|
@ -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 "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
|
{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}{{ 'CustomFieldsGroup list'|trans }}{% endblock %}
|
{% block title %}{{ 'CustomFieldsGroup list'|trans }}{% endblock %}
|
||||||
|
|
||||||
|
@ -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 "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
|
{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block admin_content %}
|
{% block admin_content %}
|
||||||
<h1>{{ 'CustomFieldsGroup creation'|trans }}</h1>
|
<h1>{{ 'CustomFieldsGroup creation'|trans }}</h1>
|
||||||
|
@ -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 "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
|
{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}{{ 'CustomFieldsGroup details'|trans }}{% endblock %}
|
{% block title %}{{ 'CustomFieldsGroup details'|trans }}{% endblock %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user