infra du badge paramêtre manquant

This commit is contained in:
Paul Schneider 2017-03-05 13:48:11 +01:00
commit 042b26c2e6
15 changed files with 104 additions and 26 deletions

View file

@ -13,6 +13,7 @@
<tr>
<th>@SR["Activity"]</th>
<th>@SR["Weight"]</th>
<th>@SR["Settings"]</th>
</tr>
@foreach (var item in Model) {
@ -21,6 +22,8 @@
</td>
<td> @item.Weight
</td>
<dt>
</dt>
<td>
<a asp-action="Edit" asp-route-id="@item.UserId" asp-route-activityCode="@item.DoesCode">Edit</a> |
<a asp-action="Details" asp-route-id="@item.UserId" asp-route-activityCode="@item.DoesCode">Details</a> |