Skip to content

Commit

Permalink
Fix for #111 - manøvreredigering
Browse files Browse the repository at this point in the history
  • Loading branch information
plaursen authored and janhebnes committed Apr 7, 2021
1 parent 01248c5 commit cfbd02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlightJournal.Web/Views/ManouvreAdmin/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<tr>
<td><i class="@item.IconCssClass"></i>@Html.Raw(item.ManouvreItem)</td>
<td>@Html.Raw(item.Description)</td>
<td>item.ManouvreIdForExport</td>
<td>@item.ManouvreIdForExport</td>
<td>
<div class="btn-group btn-group-sm">
@Html.ActionLink(_("Edit"), "Edit", new {id = item.ManouvreId}, new {@class = "btn btn-default"})
Expand Down

0 comments on commit cfbd02c

Please sign in to comment.