From ceb3b5e95537b665b12ab3d8af55c97335f1fa70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 3 Feb 2020 13:03:04 +0100 Subject: [PATCH] [UI] set action button bottom of edit form according to crud template --- CHANGELOG.md | 3 +++ Resources/views/Person/edit.html.twig | 13 +++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e699b6713..7eb8fa1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,3 +74,6 @@ Version 1.5.8 CRUD-init branch ================ +- create CRUD +- add the ability to add alt names to persons +- [UI] set action button bottom of edit form according to crud template diff --git a/Resources/views/Person/edit.html.twig b/Resources/views/Person/edit.html.twig index 80dff860f..7ed9a2ad3 100644 --- a/Resources/views/Person/edit.html.twig +++ b/Resources/views/Person/edit.html.twig @@ -92,14 +92,19 @@ {{ form_rest(form) }} -
+ +
+ +
  • + +
  • + + {{ form_end(form) }}