WIP estimate tex

This commit is contained in:
Paul Schneider 2016-11-03 17:34:19 +01:00
commit 4abf8db596
5 changed files with 155 additions and 31 deletions

View file

@ -20,6 +20,15 @@
<th>
@Html.DisplayNameFor(model => model.Title)
</th>
<th>
@Html.DisplayNameFor(model => model.Query.Client)
</th>
<th>
@SR["Performer"]
</th>
<th>
@SR["Id"]
</th>
<th></th>
</tr>
@ -34,6 +43,15 @@
<td>
@Html.DisplayFor(modelItem => item.Title)
</td>
<td>
@Html.DisplayFor(modelItem => item.Query.Client.UserName)
</td>
<td>
@Html.DisplayFor(modelItem => item.Query.PerformerProfile.Performer.UserName)
</td>
<td>
@Html.DisplayFor(modelItem => item.Id)
</td>
<td>
<a asp-action="Edit" asp-route-id="@item.Id">Edit</a> |
<a asp-action="Details" asp-route-id="@item.Id">Details</a> |