From bb6f6e7d27ff9deaeda199a90d89cfbf10d34e14 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Thu, 11 Jun 2020 00:27:05 -0500 Subject: [PATCH] Adding icon to Action link --- BTCPayServer/Views/Notifications/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Notifications/Index.cshtml b/BTCPayServer/Views/Notifications/Index.cshtml index 864119360..7c3a62864 100644 --- a/BTCPayServer/Views/Notifications/Index.cshtml +++ b/BTCPayServer/Views/Notifications/Index.cshtml @@ -43,7 +43,7 @@ Date Message -   +   @@ -57,7 +57,7 @@ @if (!String.IsNullOrEmpty(item.ActionLink)) { - Action + Action } else {