view estimate

This commit is contained in:
Paul Schneider 2017-02-18 03:18:47 +01:00
commit 32ff8ccdaf

View file

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