mirror of
https://github.com/bitwarden/server
synced 2026-01-03 17:14:00 +00:00
Adjust listing link for view/edit
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
{
|
||||
<tr>
|
||||
<td>
|
||||
<a asp-action="Edit" asp-route-id="@user.Id">@user.Email</a>
|
||||
<a asp-action="@Model.Action" asp-route-id="@user.Id">@user.Email</a>
|
||||
</td>
|
||||
<td>
|
||||
<span title="@user.CreationDate.ToString()">
|
||||
|
||||
Reference in New Issue
Block a user