refact and login
This commit is contained in:
parent
acc34aeee4
commit
e042e34bf7
78 changed files with 2492 additions and 50576 deletions
|
|
@ -1,9 +1,5 @@
|
|||
@model Client
|
||||
|
||||
@{
|
||||
ViewData["Title"] = @Localizer["Delete"];
|
||||
}
|
||||
|
||||
<h2>@Localizer["Delete"]</h2>
|
||||
|
||||
<h3>@Localizer["AreYourSureYouWantToDeleteThis"]</h3>
|
||||
|
|
@ -61,7 +57,7 @@
|
|||
</dd>
|
||||
</dl>
|
||||
|
||||
<form asp-action="Delete">
|
||||
<form asp-action="Delete" asp-route-id="@Model.Id">
|
||||
<div class="form-actions no-color">
|
||||
<input type="submit" value="Delete" class="btn btn-default" /> |
|
||||
<a asp-action="Index">@Localizer["Back to List"]</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue