diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..b0e38ab --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "isRoot": true, + "tools": {} +} \ No newline at end of file diff --git a/Views/Destinazioni/Index.cshtml b/Views/Destinazioni/Index.cshtml index d6447c4..3db8d4a 100644 --- a/Views/Destinazioni/Index.cshtml +++ b/Views/Destinazioni/Index.cshtml @@ -137,17 +137,26 @@ @Html.DisplayFor(modelItem => item.Note) - - @if (!string.IsNullOrEmpty( item.Prog)) - { - nocons - } - - nocons - - - nocons - + + @if (item.ConsFatta == null) + { + + @if (!string.IsNullOrEmpty(item.Prog)) + { + nocons + } + + nocons + + + nocons + + } + else + { +   +   + }