From b798a17ef8fb89afdebc390f64a2cb7fec13922c Mon Sep 17 00:00:00 2001 From: lepipele Date: Sun, 8 Apr 2018 00:28:39 -0500 Subject: [PATCH] Updating Bootstrap4 path on POS --- BTCPayServer/Views/Apps/ViewPointOfSale.cshtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BTCPayServer/Views/Apps/ViewPointOfSale.cshtml b/BTCPayServer/Views/Apps/ViewPointOfSale.cshtml index ed544df37..2fd64e279 100644 --- a/BTCPayServer/Views/Apps/ViewPointOfSale.cshtml +++ b/BTCPayServer/Views/Apps/ViewPointOfSale.cshtml @@ -11,7 +11,7 @@ - +
@@ -19,11 +19,11 @@

@Model.Title

- @foreach(var item in Model.Items) + @foreach (var item in Model.Items) {

@item.Title

- +
}
@@ -42,7 +42,7 @@
*@ - +