add "uskoro" text to the renting option
This commit is contained in:
@@ -3,25 +3,23 @@
|
|||||||
<div class="center-align">
|
<div class="center-align">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col offset-s2 offset-m3 offset-l4">
|
<select class="segment-select">
|
||||||
<select class="segment-select">
|
<option value="1">Prodaja</option>
|
||||||
<option value="1">Prodaja</option>
|
<option value="2" disabled>Najam (uskoro)</option>
|
||||||
<option value="2" disabled>Najam</option>
|
</select>
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<div class="collection">
|
<div class="collection">
|
||||||
<% for(const realEstateType of realEstateTypes) { %>
|
<% for(const realEstateType of realEstateTypes) { %>
|
||||||
|
|
||||||
<a class="waves-effect row collection-item offset-s4 offset-m5 offset-l6"
|
<a class="waves-effect row collection-item"
|
||||||
id="<%= realEstateType.id %>"
|
id="<%= realEstateType.id %>"
|
||||||
href="#"
|
href="#"
|
||||||
style="color: #02adba"
|
style="color: #02adba"
|
||||||
onclick="saveAndSubmit(this.id)"
|
onclick="saveAndSubmit(this.id)"
|
||||||
>
|
>
|
||||||
<span class="col offset-s3 offset-m4 offset-l5 left-align"><%= realEstateType.title %></span>
|
<span class="center-align"><%= realEstateType.title %></span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|||||||
Reference in New Issue
Block a user