diff --git a/BTCPayServer/Views/Apps/ListApps.cshtml b/BTCPayServer/Views/Apps/ListApps.cshtml index cc9eb8ebf..6371c1118 100644 --- a/BTCPayServer/Views/Apps/ListApps.cshtml +++ b/BTCPayServer/Views/Apps/ListApps.cshtml @@ -22,8 +22,8 @@
Create a new app - - +
+ @@ -32,11 +32,11 @@ - @foreach(var app in Model.Apps) + @foreach (var app in Model.Apps) {
Store Name
- @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

- +
@@ -93,7 +93,7 @@

Buyer information

-
Store @Model.StoreName
+
Name @@ -134,7 +134,7 @@

Product information

- +
@@ -153,7 +153,7 @@

Paid summary

-
Item code @Model.ProductInformation.ItemCode
+
@@ -181,7 +181,7 @@

Payments

-
Payment method
+
@@ -208,7 +208,7 @@

Addresses

-
Payment method
+
@@ -232,7 +232,7 @@

Events

-
Payment method
+
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 @@
Date
- +
+ 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

-
Date OrderId
+
- @foreach(var login in Model.CurrentLogins) + @foreach (var login in Model.CurrentLogins) {
@login.LoginProvider - @if(Model.ShowRemoveButton) + @if (Model.ShowRemoveButton) {
@@ -35,14 +35,14 @@
} -@if(Model.OtherLogins?.Count > 0) +@if (Model.OtherLogins?.Count > 0) {

Add another service to log in.


- @foreach(var provider in Model.OtherLogins) + @foreach (var provider in Model.OtherLogins) { } diff --git a/BTCPayServer/Views/Server/ListUsers.cshtml b/BTCPayServer/Views/Server/ListUsers.cshtml index 44694ffe5..2fa761832 100644 --- a/BTCPayServer/Views/Server/ListUsers.cshtml +++ b/BTCPayServer/Views/Server/ListUsers.cshtml @@ -9,8 +9,8 @@ @Html.Partial("_StatusMessage", Model.StatusMessage) - - +
+ @@ -18,7 +18,7 @@ - @foreach(var user in Model.Users) + @foreach (var user in Model.Users) { diff --git a/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml b/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml index 2c637b1dd..b6995a461 100644 --- a/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml +++ b/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml @@ -16,7 +16,7 @@
- @if(!Model.Confirmation) + @if (!Model.Confirmation) {
Derivation Scheme
@@ -33,7 +33,7 @@
BTCPay format memo -
Name Email
@user.Name
- +
+ @@ -88,15 +88,15 @@
-
Address type Example
- +
+ - @foreach(var sample in Model.AddressSamples) + @foreach (var sample in Model.AddressSamples) { diff --git a/BTCPayServer/Views/Stores/ListTokens.cshtml b/BTCPayServer/Views/Stores/ListTokens.cshtml index 7b8839529..a4ff90d31 100644 --- a/BTCPayServer/Views/Stores/ListTokens.cshtml +++ b/BTCPayServer/Views/Stores/ListTokens.cshtml @@ -9,8 +9,8 @@

You can allow a public key to access the API of this store

@Html.Partial("_StatusMessage", Model.StatusMessage) Create a new token -
Key path Address
@sample.KeyPath
- +
+ @@ -19,7 +19,7 @@ - @foreach(var token in Model.Tokens) + @foreach (var token in Model.Tokens) { diff --git a/BTCPayServer/Views/Stores/RequestPairing.cshtml b/BTCPayServer/Views/Stores/RequestPairing.cshtml index 9ed87d0ae..e72b40d00 100644 --- a/BTCPayServer/Views/Stores/RequestPairing.cshtml +++ b/BTCPayServer/Views/Stores/RequestPairing.cshtml @@ -15,7 +15,7 @@
-
Label SIN
@token.Label
+
diff --git a/BTCPayServer/Views/Stores/StoreUsers.cshtml b/BTCPayServer/Views/Stores/StoreUsers.cshtml index 828edc7af..40472d62e 100644 --- a/BTCPayServer/Views/Stores/StoreUsers.cshtml +++ b/BTCPayServer/Views/Stores/StoreUsers.cshtml @@ -17,8 +17,10 @@
Users
- Add access to your store to other users (Guest will not be able to see and modify the store settings)
- Note that the user must have a registered account on this BTCPay Server.
+ + Add access to your store to other users (Guest will not be able to see and modify the store settings)
+ Note that the user must have a registered account on this BTCPay Server. +
@@ -31,8 +33,8 @@
-
Label @Model.Label
- +
+ @@ -40,7 +42,7 @@ - @foreach(var user in Model.Users) + @foreach (var user in Model.Users) { diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index 2a18fa082..182a1ff1c 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -72,8 +72,8 @@
-
Email Role
@user.Email
- +
+ @@ -81,13 +81,13 @@ - @foreach(var scheme in Model.DerivationSchemes) + @foreach (var scheme in Model.DerivationSchemes) {
Crypto Derivation Scheme
@scheme.Crypto @scheme.Value - @if(!string.IsNullOrWhiteSpace(scheme.Value)) + @if (!string.IsNullOrWhiteSpace(scheme.Value)) { Wallet - } @@ -108,8 +108,8 @@

- - +
+ @@ -117,7 +117,7 @@ - @foreach(var scheme in Model.LightningNodes) + @foreach (var scheme in Model.LightningNodes) { diff --git a/BTCPayServer/Views/UserStores/ListStores.cshtml b/BTCPayServer/Views/UserStores/ListStores.cshtml index 7759f7f23..0b569c72b 100644 --- a/BTCPayServer/Views/UserStores/ListStores.cshtml +++ b/BTCPayServer/Views/UserStores/ListStores.cshtml @@ -22,8 +22,8 @@
Crypto Address
@scheme.CryptoCode
- +
+ @@ -32,28 +32,28 @@ - @foreach(var store in Model.Stores) + @foreach (var store in Model.Stores) {
Name Website
@store.Name - @if(!string.IsNullOrEmpty(store.WebSite)) + @if (!string.IsNullOrEmpty(store.WebSite)) { @store.WebSite } - @for(int i = 0; i < store.Balances.Length; i++) + @for (int i = 0; i < store.Balances.Length; i++) { @store.Balances[i] - if(i != store.Balances.Length - 1) + if (i != store.Balances.Length - 1) {
} }
- @if(store.IsOwner) + @if (store.IsOwner) { Settings - }