add waves effect to the real estate type selection items
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="collection">
|
||||
<% for(const realEstateType of realEstateTypes) { %>
|
||||
|
||||
<a href="#" class="collection-item"
|
||||
<a href="#" class="waves-effect collection-item"
|
||||
id="<%= realEstateType.id %>"
|
||||
onclick="saveAndSubmit(this.id)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user