mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
rename syntax for ChillMain twig template calls
This commit is contained in:
parent
ff8632fc93
commit
e082d35efb
@ -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::Admin/layout.html.twig" %}
|
{% extends "@ChillMain/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}{{ 'Document category edit'|trans }}{% endblock title %}
|
{% block title %}{{ 'Document category 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 "ChillMainBundle::Admin/layout.html.twig" %}
|
{% extends "@ChillMain/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}{{ 'Document category list' | trans }}{% endblock title %}
|
{% block title %}{{ 'Document category list' | 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 "ChillMainBundle::Admin/layout.html.twig" %}
|
{% extends "@ChillMain/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}{{ 'Create new document category' | trans }}{% endblock title %}
|
{% block title %}{{ 'Create new document category' | 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 "ChillMainBundle::Admin/layout.html.twig" %}
|
{% extends "@ChillMain/Admin/layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}{{ 'Document category show'|trans }}{% endblock title %}
|
{% block title %}{{ 'Document category show'|trans }}{% endblock title %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user