Added realestate link to bulk email
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<% for(const realEstate of realEstates) { %>
|
||||
<li class="collection-item">
|
||||
<div><%= realEstate.title %>
|
||||
<a href="realEstate.url" class="secondary-content">
|
||||
<a href="<%= realEstate.url %>" class="secondary-content">
|
||||
<i class="material-icons">send</i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user