view estimate

vnext
Paul Schneider 8 years ago
parent a26287d35a
commit 200a4423cc
1 changed files with 1 additions and 1 deletions

@ -10,7 +10,7 @@
<h4>Estimate</h4>
<hr />
@Html.DisplayNameFor(model => model)
@Html.DisplayFor(model => model)
<p>
<a asp-action="Edit" asp-route-id="@Model.Id">@SR["Edit"]</a> |
<a asp-action="Index">@SR["Back to List"]</a>

Loading…