Update New/Edit Transaction Item pages to match modals
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
<h1>New Transaction Item</h1>
|
||||
|
||||
<div>@Model.CreatedAt.ToShortDateString() @Model.CreatedAt.ToShortTimeString() – @store</div>
|
||||
<div class="form-field">@Model.CreatedAt.ToShortDateString() @Model.CreatedAt.ToShortTimeString() – @store</div>
|
||||
|
||||
<form method="post" asp-action="NewTransactionItem">
|
||||
<partial name="_TransactionItemForm" model="null" />
|
||||
|
Reference in New Issue
Block a user