From 64e72596660b49cc89e63c0b9d01835edcb3b31c Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 30 Nov 2016 11:03:45 +0100 Subject: [PATCH] new component usage --- Yavsc/Views/Estimate/Details.cshtml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/Yavsc/Views/Estimate/Details.cshtml b/Yavsc/Views/Estimate/Details.cshtml index a838acf4..b45f2bc1 100644 --- a/Yavsc/Views/Estimate/Details.cshtml +++ b/Yavsc/Views/Estimate/Details.cshtml @@ -36,15 +36,8 @@

@SR["Edit"] | - @SR["Back to List"] | - @{ var filenametex = $"estimate-{Model.Id}.tex" ; - var filenamepdf = $"estimate-{Model.Id}.pdf" ;} - Export au format LaTeX - - -

- -
- Télécharger le document - + @SR["Back to List"]

+
+@await Component.InvokeAsync("Estimate",Model.Id) +