From 7abecdea029fe1d050bae6980221b010f6b39820 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Tue, 13 Dec 2022 12:29:25 +0100 Subject: [PATCH] UX: [zone admin] column header more thin to improve placement --- .../Resources/views/SocialWork/SocialAction/index.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/index.html.twig index d159c7193..1f4c82717 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/index.html.twig @@ -3,10 +3,10 @@ {% block admin_content %} {% embed '@ChillMain/CRUD/_index.html.twig' %} {% block table_entities_thead_tr %} - {{ 'Id'|trans }} + {{ 'id' }} {{ 'Title'|trans }} {{ 'Social issue'|trans }} - {{ 'Ordering'|trans }} + {{ 'Order'|trans }} {{ 'goal.desactivationDate'|trans }}   {% endblock %}