diff --git a/MoneyMap/Pages/Transactions.cshtml b/MoneyMap/Pages/Transactions.cshtml index 6771c06..59064c8 100644 --- a/MoneyMap/Pages/Transactions.cshtml +++ b/MoneyMap/Pages/Transactions.cshtml @@ -133,27 +133,53 @@ } + +
| ID | Date | Name | @@ -166,12 +192,16 @@|||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| #@t.Id | -@t.Date.ToString("yyyy-MM-dd") | -+ | |||||||||
| + + | +#@t.Id | +@t.Date.ToString("yyyy-MM-dd") | +- | @t.Memo | -+ | @t.Memo | +@t.Amount.ToString("C") | -+ | @if (string.IsNullOrWhiteSpace(t.Category)) { (uncategorized) @@ -201,10 +231,9 @@ @t.Category } | -+ | @t.CardLabel | -