diff --git a/views/lot-view.ejs b/views/lot-view.ejs index 60866986..4eaa55fe 100644 --- a/views/lot-view.ejs +++ b/views/lot-view.ejs @@ -46,56 +46,60 @@ <% } %> -
- <%= configFunctions.getProperty("aliases.map") %>
-
- <%= lot.mapName || "(No Name)" %>
-
-
- <%= configFunctions.getProperty("aliases.lot") %> Type
- <%= lot.lotType %>
-
- Status
- <%= lot.lotStatus %>
-
- <%= lotField.lotTypeField %>
- <% if (lotField.lotFieldValue) { %>
- <%= lotField.lotFieldValue %>
- <% } else { %>
- (No Value)
- <% } %>
+ <%= configFunctions.getProperty("aliases.map") %>
+
+ <%= lot.mapName || "(No Name)" %>
+
+ <%= configFunctions.getProperty("aliases.lot") %> Type
+ <%= lot.lotType %>
+
+ Status
+ <%= lot.lotStatus %>
+
+ <%= lotField.lotTypeField %>
+ <% if (lotField.lotFieldValue) { %>
+ <%= lotField.lotFieldValue %>
+ <% } else { %>
+ (No Value)
+ <% } %>
+