Files
old-web/app/views/vrsta_nekretnine.ejs
2019-04-14 06:01:37 +02:00

19 lines
397 B
Plaintext

<div class="row center-align">
<h2>Koju nekretninu tražite?</h2>
</div>
<div class="row center-align">
<ul class="collection with-header">
<% for(let vrsta of vrste) { %>
<li class="collection-item"><div><%= vrsta.ime %><a href="#!" class="secondary-content"><i class="material-icons">send</i></a></div></li>
<% } %>
</ul>
</div>
<a href="<%= nextStep %>"> >>> </a>