From 666797c84ac80966ecff67512c09c995a6ad3215 Mon Sep 17 00:00:00 2001 From: Yanick Minder Date: Fri, 28 Jul 2023 11:57:19 +0200 Subject: [PATCH] replace old bootstrap classes --- .../templates/components/encryptable/form.hbs | 8 ++++---- .../templates/components/encryptable/row.hbs | 18 +++++++++--------- .../app/templates/components/side-nav-bar.hbs | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/app/templates/components/encryptable/form.hbs b/frontend/app/templates/components/encryptable/form.hbs index d8fecb68e..a4899b3fe 100644 --- a/frontend/app/templates/components/encryptable/form.hbs +++ b/frontend/app/templates/components/encryptable/form.hbs @@ -124,10 +124,10 @@ alt="delete attribute field"> {{#if (eq attribute "password")}} -
- @@ -136,7 +136,7 @@ {{/each}} {{#if (gt this.inactiveFields.length 0)}} -
{{t "additionalField"}}
+
{{t "additionalField"}}
{{t attribute}} - diff --git a/frontend/app/templates/components/encryptable/row.hbs b/frontend/app/templates/components/encryptable/row.hbs index 6e6c816d9..d9135f29d 100644 --- a/frontend/app/templates/components/encryptable/row.hbs +++ b/frontend/app/templates/components/encryptable/row.hbs @@ -24,7 +24,7 @@ {{@encryptable.sender_name}} / {{moment-format @encryptable.createdAt "DD.MM.YYYY hh:mm"}}
-