From cfbd02c2b08c452f9023fbd148621319949d2192 Mon Sep 17 00:00:00 2001 From: Per Date: Wed, 7 Apr 2021 20:24:52 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20for=20#111=20-=20man=C3=B8vreredigering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FlightJournal.Web/Views/ManouvreAdmin/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlightJournal.Web/Views/ManouvreAdmin/Index.cshtml b/FlightJournal.Web/Views/ManouvreAdmin/Index.cshtml index aad2a455..76769e5a 100644 --- a/FlightJournal.Web/Views/ManouvreAdmin/Index.cshtml +++ b/FlightJournal.Web/Views/ManouvreAdmin/Index.cshtml @@ -31,7 +31,7 @@ @Html.Raw(item.ManouvreItem) @Html.Raw(item.Description) - item.ManouvreIdForExport + @item.ManouvreIdForExport
@Html.ActionLink(_("Edit"), "Edit", new {id = item.ManouvreId}, new {@class = "btn btn-default"})