-
-
- @{
- double currentBalance = Model.PTData.GetCurrentBalance();
- string currentBalanceString = currentBalance.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US"));
- if (currentBalance > 100) {
- currentBalanceString = Math.Round(currentBalance, 2).ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"));
- }
- }
-
-
-
-
+
+
+ @{
+ double currentBalance = Model.PTData.GetCurrentBalance();
+ string currentBalanceString = currentBalance.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US"));
+ if (currentBalance > 100) {
+ currentBalanceString = Math.Round(currentBalance, 2).ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"));
+ }
+ }
+
+
diff --git a/Monitor/Pages/_Layout.cshtml b/Monitor/Pages/_Layout.cshtml
index c0bc50d..dd49bdf 100644
--- a/Monitor/Pages/_Layout.cshtml
+++ b/Monitor/Pages/_Layout.cshtml
@@ -41,7 +41,7 @@