Skip to content

Commit

Permalink
Merge pull request #1 from upasanasharma/master
Browse files Browse the repository at this point in the history
PCE-2 - Enable Profile links in the HTML email being received by user
UpasanaSharma authored Apr 23, 2019
2 parents d5fa0e3 + 78a6788 commit 99dbc34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logic.js
Original file line number Diff line number Diff line change
@@ -326,10 +326,10 @@ app.controller("mainController", ["$scope", "$http", "$uibModal", "$timeout", fu
let artistshtmlstring = $scope.pitchList.filter(a => a.checked).reduce((a, c) => {
a += `<div id="${c.id}" style="margin-bottom: 15px !important;">
<div style="padding: 5px; margin: 0px !important; display: inline;">
<img src="${c.profilewp}" style="width:65px; height:65px; border-radius: 50%;" />
<a href="https://starclinch.com/${c.url}"><img src="${c.profilewp}" style="width:65px; height:65px; border-radius: 50%;" /> </a>
</div>
<div style="width: 60%; display: inline-block;">
<h4 style="margin: 0 auto">${c.professionalname}</h4>
<a style="color:#525252; text-decoration: none; " href="https://starclinch.com/${c.url}"><h4 style="margin: 0 auto">${c.professionalname}</h4></a>
<div>
<div>${c.category}</div>
<div>${c.city}</div>

0 comments on commit 99dbc34

Please sign in to comment.