add "uskoro" text to the renting option
This commit is contained in:
@@ -3,25 +3,23 @@
|
||||
<div class="center-align">
|
||||
|
||||
<div class="row">
|
||||
<div class="col offset-s2 offset-m3 offset-l4">
|
||||
<select class="segment-select">
|
||||
<option value="1">Prodaja</option>
|
||||
<option value="2" disabled>Najam</option>
|
||||
</select>
|
||||
</div>
|
||||
<select class="segment-select">
|
||||
<option value="1">Prodaja</option>
|
||||
<option value="2" disabled>Najam (uskoro)</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<div class="collection">
|
||||
<% 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 %>"
|
||||
href="#"
|
||||
style="color: #02adba"
|
||||
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>
|
||||
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user