|
- @if(app.IsOwner)
+ @if (app.IsOwner)
{
@app.StoreName
}
@@ -48,7 +48,7 @@
| @app.AppName |
@app.AppType |
- @if(app.IsOwner)
+ @if (app.IsOwner)
{
Settings -
}
diff --git a/BTCPayServer/Views/Invoice/Invoice.cshtml b/BTCPayServer/Views/Invoice/Invoice.cshtml
index e95defe5f..feb6d5d71 100644
--- a/BTCPayServer/Views/Invoice/Invoice.cshtml
+++ b/BTCPayServer/Views/Invoice/Invoice.cshtml
@@ -35,7 +35,7 @@
Information
-
+
| Store |
@Model.StoreName |
@@ -93,7 +93,7 @@
Buyer information
-
+
Product information
-
+
| Item code |
@Model.ProductInformation.ItemCode |
@@ -153,7 +153,7 @@
Paid summary
-
+
| Payment method |
@@ -181,7 +181,7 @@
Payments
-
+
| Payment method |
@@ -208,7 +208,7 @@
Addresses
-
+
| Payment method |
@@ -232,7 +232,7 @@
Events
-
+
| Date |
diff --git a/BTCPayServer/Views/Invoice/ListInvoices.cshtml b/BTCPayServer/Views/Invoice/ListInvoices.cshtml
index 96707d2a5..2f889c0f7 100644
--- a/BTCPayServer/Views/Invoice/ListInvoices.cshtml
+++ b/BTCPayServer/Views/Invoice/ListInvoices.cshtml
@@ -40,8 +40,8 @@
Create a new invoice
-
-
+
+
| Date |
OrderId |
diff --git a/BTCPayServer/Views/Manage/ExternalLogins.cshtml b/BTCPayServer/Views/Manage/ExternalLogins.cshtml
index b6aad3af8..9f54d8c5e 100644
--- a/BTCPayServer/Views/Manage/ExternalLogins.cshtml
+++ b/BTCPayServer/Views/Manage/ExternalLogins.cshtml
@@ -5,17 +5,17 @@
}
@Html.Partial("_StatusMessage", Model.StatusMessage)
-@if(Model.CurrentLogins?.Count > 0)
+@if (Model.CurrentLogins?.Count > 0)
{
Registered Logins
-
+
- @foreach(var login in Model.CurrentLogins)
+ @foreach (var login in Model.CurrentLogins)
{
| @login.LoginProvider |
- @if(Model.ShowRemoveButton)
+ @if (Model.ShowRemoveButton)
{
|
}
-@if(Model.OtherLogins?.Count > 0)
+@if (Model.OtherLogins?.Count > 0)
{
Add another service to log in.
|