From 1ac54dc955a507f100951bd37b6f698f1ab17764 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Sun, 8 Jan 2023 15:50:51 +0100
Subject: [PATCH] #724, #460 - added icon to headline

---
 .../main/resources/templates/transactions/recurringOverview.ftl | 2 +-
 .../main/resources/templates/transactions/transactionImport.ftl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/BudgetMasterServer/src/main/resources/templates/transactions/recurringOverview.ftl b/BudgetMasterServer/src/main/resources/templates/transactions/recurringOverview.ftl
index 709632930..1f22a372e 100644
--- a/BudgetMasterServer/src/main/resources/templates/transactions/recurringOverview.ftl
+++ b/BudgetMasterServer/src/main/resources/templates/transactions/recurringOverview.ftl
@@ -17,7 +17,7 @@
             <div class="card main-card background-color">
                 <div class="container">
                     <div class="section center-align">
-                        <div class="headline">${locale.getString("transactions.recurring.headline")}</div>
+                        <div class="headline"><i class="material-icons">repeat</i> ${locale.getString("transactions.recurring.headline")}</div>
                     </div>
                 </div>
 
diff --git a/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl b/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl
index b3dd5bcf8..e96ccd019 100644
--- a/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl
+++ b/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl
@@ -17,7 +17,7 @@
             <div class="card main-card background-color">
                 <div class="container">
                     <div class="section center-align">
-                        <div class="headline">${locale.getString("menu.transactions.import")}</div>
+                        <div class="headline"><i class="fas fa-file-csv"></i> ${locale.getString("menu.transactions.import")}</div>
                     </div>
                 </div>
 
-- 
GitLab