From 3830c5f257a073f08493180d78fdbbdf99c5e998 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Mon, 21 Oct 2019 10:08:12 +0200 Subject: [PATCH] add "uskoro" text to the renting option --- app/views/realEstateType.ejs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/app/views/realEstateType.ejs b/app/views/realEstateType.ejs index de5b7d5..50cdfca 100644 --- a/app/views/realEstateType.ejs +++ b/app/views/realEstateType.ejs @@ -3,25 +3,23 @@
-
- -
+

<% for(const realEstateType of realEstateTypes) { %> - - <%= realEstateType.title %> + <%= realEstateType.title %> <% } %>