use enums from enum file
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<ul class="collection with-header">
|
||||
<% for(const realEstatetype of realEstateTypes) { %>
|
||||
<li class="collection-item" >
|
||||
<div id="<%= realEstatetype.id %>" ><%= realEstatetype.ime %>
|
||||
<div id="<%= realEstatetype.id %>" ><%= realEstatetype.title %>
|
||||
<a href="#!" class="secondary-content">
|
||||
<i class="material-icons">send</i>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user