From 4af0e277b42b3734600252a457ecb91ec56a9fd6 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Sun, 18 Feb 2018 12:12:24 +0100 Subject: [PATCH] Make the back link appear like a normal link instead of a button (#139) --- templates/default/_form.html.twig | 2 +- templates/default/_form_delete.html.twig | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/default/_form.html.twig b/templates/default/_form.html.twig index f75dfca1..4443383b 100644 --- a/templates/default/_form.html.twig +++ b/templates/default/_form.html.twig @@ -9,7 +9,7 @@ {{ form_end(form) }} diff --git a/templates/default/_form_delete.html.twig b/templates/default/_form_delete.html.twig index fb9b4536..dd87bd2d 100644 --- a/templates/default/_form_delete.html.twig +++ b/templates/default/_form_delete.html.twig @@ -12,9 +12,8 @@ {{ form_end(form) }} - - + \ No newline at end of file