FIXME Razor page errors

This commit is contained in:
Paul Schneider
2023-03-20 09:13:16 +00:00
parent 8b607e2606
commit e1812737bd
234 changed files with 859 additions and 856 deletions

View File

@ -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>