files tree made better.

This commit is contained in:
2019-01-01 16:28:47 +00:00
parent cb96933a25
commit 5b8e9b3975
1633 changed files with 18220 additions and 41869 deletions

View File

@ -0,0 +1,19 @@
@model HairCutQuery
@section header {
<script src="https://www.paypalobjects.com/api/checkout.js"></script>
}
@{
ViewData["Title"] = @SR["Le detail de votre commande de prestation en coiffure à domicile"];
}
<h2>@ViewData["Title"]</h2>
<div>
<hr />
@Html.DisplayFor(m=>m)
</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>
</p>