remove location placeholder; fix typo in email notification
This commit is contained in:
@@ -39,11 +39,11 @@ const getQueryReviewData = searchRequest => {
|
|||||||
title: realEstateTypeTitle,
|
title: realEstateTypeTitle,
|
||||||
url: `/vrstanekretnine/${id}?nextStep=filteri`
|
url: `/vrstanekretnine/${id}?nextStep=filteri`
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
id: "location",
|
// id: "location",
|
||||||
title: locationTitle,
|
// title: locationTitle,
|
||||||
url: `/lokacija/${id}?nextStep=pregled`
|
// url: `/lokacija/${id}?nextStep=pregled`
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
id: "size",
|
id: "size",
|
||||||
title: sizeTitle,
|
title: sizeTitle,
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ const generateNotificationEmail = (realEstates, searchRequestId) => {
|
|||||||
|
|
||||||
const allRealEstatesLink = `${APP_URL}/nekretnine/${searchRequestId}`;
|
const allRealEstatesLink = `${APP_URL}/nekretnine/${searchRequestId}`;
|
||||||
const realEstateLinks = generateRealEstateLinks(realEstatesToShow);
|
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);
|
const emailFooter = generateEmailFooter(searchRequestId);
|
||||||
|
|
||||||
return `<h3>Zdravo</h3>
|
return `<h3>Zdravo</h3>
|
||||||
@@ -72,7 +72,6 @@ const generateNewSearchRequestEmail = (searchRequest, matchingRealEstates) => {
|
|||||||
<br/>
|
<br/>
|
||||||
<div>
|
<div>
|
||||||
<div><strong>Tip nekretnine: </strong>${realEstateType.title}</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>
|
<div><strong>Kvadratura nekretnine:</strong> Od ${sizeMin} do ${sizeMax} m2</div>
|
||||||
${gardenSize}
|
${gardenSize}
|
||||||
<div><strong>Cijena:</strong> ${priceMin} do ${priceMax} KM</div>
|
<div><strong>Cijena:</strong> ${priceMin} do ${priceMax} KM</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user