fixe le précédent commit :-)
This commit is contained in:
parent
53aef70231
commit
d5174419c3
1 changed files with 3 additions and 3 deletions
|
|
@ -12,13 +12,13 @@
|
|||
<hr />
|
||||
<dl class="dl-horizontal">
|
||||
</dl>
|
||||
|
||||
@Html.DisplayFor(m=>m)
|
||||
<form asp-action="Delete">
|
||||
<input type="hidden" asp-for="UserId" />
|
||||
<input type="hidden" asp-for="DoesCode" />
|
||||
<div class="form-actions no-color">
|
||||
<input type="submit" value="Delete" class="btn btn-default" /> |
|
||||
<a asp-action="Index">Back to List</a>
|
||||
<input type="submit" value="Delete" class="btn btn-success" />
|
||||
<a asp-action="Index" class="btn btn-default">Back to List</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue