Merge branch 'remove-location-placeholder' into 'master'
remove location placeholder; fix typo in email notification See merge request saburly/marketalarm/web!47
This commit was merged in pull request #47.
This commit is contained in:
@@ -39,11 +39,11 @@ const getQueryReviewData = searchRequest => {
|
||||
title: realEstateTypeTitle,
|
||||
url: `/vrstanekretnine/${id}?nextStep=filteri`
|
||||
},
|
||||
{
|
||||
id: "location",
|
||||
title: locationTitle,
|
||||
url: `/lokacija/${id}?nextStep=pregled`
|
||||
},
|
||||
// {
|
||||
// id: "location",
|
||||
// title: locationTitle,
|
||||
// url: `/lokacija/${id}?nextStep=pregled`
|
||||
// },
|
||||
{
|
||||
id: "size",
|
||||
title: sizeTitle,
|
||||
|
||||
@@ -28,7 +28,7 @@ const generateNotificationEmail = (realEstates, searchRequestId) => {
|
||||
|
||||
const allRealEstatesLink = `${APP_URL}/nekretnine/${searchRequestId}`;
|
||||
const realEstateLinks = generateRealEstateLinks(realEstatesToShow);
|
||||
const moreRealEstates = `<div>Kompletan spisak nekretnina možete pegledati na <a href="${allRealEstatesLink}">listi nekretnina</a><div>`;
|
||||
const moreRealEstates = `<div>Kompletan spisak nekretnina možete pogledati na <a href="${allRealEstatesLink}">listi nekretnina</a><div>`;
|
||||
const emailFooter = generateEmailFooter(searchRequestId);
|
||||
|
||||
return `<h3>Zdravo</h3>
|
||||
@@ -72,7 +72,6 @@ const generateNewSearchRequestEmail = (searchRequest, matchingRealEstates) => {
|
||||
<br/>
|
||||
<div>
|
||||
<div><strong>Tip nekretnine: </strong>${realEstateType.title}</div>
|
||||
<div><strong>Lokacija: </strong></div>
|
||||
<div><strong>Kvadratura nekretnine:</strong> Od ${sizeMin} do ${sizeMax} m2</div>
|
||||
${gardenSize}
|
||||
<div><strong>Cijena:</strong> ${priceMin} do ${priceMax} KM</div>
|
||||
|
||||
Reference in New Issue
Block a user