infra du badge paramêtre manquant
This commit is contained in:
parent
cc59db24b0
commit
042b26c2e6
15 changed files with 104 additions and 26 deletions
|
|
@ -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> |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue