diff --git a/Views/Navdata/Index.cshtml b/Views/Navdata/Index.cshtml index c1f0f91..b7bd784 100644 --- a/Views/Navdata/Index.cshtml +++ b/Views/Navdata/Index.cshtml @@ -36,28 +36,26 @@ @{ if(Model != null){ -
- -
-

@Model.Name (@Model.Type) [@Model.Id]

+
+
+

@Model.Name (@Model.Type) [@Model.Id]

-
+
-

Latitude

- @Model.Latitude +

Latitude

+ @Model.Latitude -

Longitude

- @Model.Longitude +

Longitude

+ @Model.Longitude - @{ - if(Model.Frequency != null){ -

Frequency

- @Model.Frequency - } + @{ + if(Model.Frequency != null){ +

Frequency

+ @Model.Frequency } -
+ }
- +
} }