From e0c1a5f59033cbc6b069cce8b73a63722c5f059c Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO <yohann.danello@gmail.com> Date: Tue, 1 Sep 2020 09:46:56 +0200 Subject: [PATCH] Move highlighted buttons under the note selector --- apps/note/templates/note/conso_form.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/note/templates/note/conso_form.html b/apps/note/templates/note/conso_form.html index b59bcd98..a3c2fe1f 100644 --- a/apps/note/templates/note/conso_form.html +++ b/apps/note/templates/note/conso_form.html @@ -65,10 +65,8 @@ </div> </div> </div> - </div> - {# Buttons column #} - <div class="col"> + {# Show last used buttons #} <div class="card bg-light mb-4"> <div class="card-header"> @@ -89,7 +87,10 @@ </div> </div> </div> + </div> + {# Buttons column #} + <div class="col"> {# Regroup buttons under categories #} <div class="card bg-light border-primary text-center mb-4"> -- GitLab