From 81227820e3cd3a17bebd320bbfe02285ab8ac701 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Tue, 10 Oct 2017 11:00:19 +0200
Subject: [PATCH] Add linebreaks to logs

---
 finances/templates/partials/finances/logs.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/finances/templates/partials/finances/logs.html b/finances/templates/partials/finances/logs.html
index 956a07bf5..bd3f4c9d5 100644
--- a/finances/templates/partials/finances/logs.html
+++ b/finances/templates/partials/finances/logs.html
@@ -9,7 +9,7 @@
                     <br>
                     <span class="text-muted">{{ log.log_type }}</span>
                     <br>
-                    {{ log.comments }}
+                    {{ log.comments|linebreaksbr }}
                 </div>
                 <div class="text-muted text-right d-flex justify-content-end">
                     <div>
-- 
GitLab