diff --git a/MoneyMap/Pages/Merchants.cshtml b/MoneyMap/Pages/Merchants.cshtml new file mode 100644 index 0000000..61b4eb5 --- /dev/null +++ b/MoneyMap/Pages/Merchants.cshtml @@ -0,0 +1,186 @@ +@page +@model MoneyMap.Pages.MerchantsModel +@{ + ViewData["Title"] = "Merchants"; +} + +
| Merchant Name | +Transactions | +Mappings | +Actions | +
|---|---|---|---|
| + @merchant.Name + | ++ @merchant.TransactionCount + | ++ @merchant.MappingCount + | ++ + + | +
Click "Add New Merchant" to create your first merchant.
+