FIXME Razor page errors
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
}
|
||||
|
||||
@{
|
||||
ViewData["Title"] = @SR["Le detail de votre commande de prestation en coiffure à domicile"];
|
||||
ViewData["Title"] = Le detail de votre commande de prestation en coiffure à domicile"];
|
||||
}
|
||||
|
||||
<h2>@ViewData["Title"]</h2>
|
||||
@ -15,5 +15,5 @@
|
||||
</div>
|
||||
<p>
|
||||
<a asp-action="ClientCancel" asp-route-id="@Model.Id" class="btn btn-primary">Annuler cette commande</a> |
|
||||
<a asp-action="Index" class="btn btn-link">@SR["Back to List"]</a>
|
||||
<a asp-action="Index" class="btn btn-link">Back to List</a>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user