From f37e5bd1bff538879264468ebadcc3b99d1003f3 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) +