Skip to content

Commit

Permalink
TRELLO-2191 : add influencer name & platform to consumer email
Browse files Browse the repository at this point in the history
  • Loading branch information
ssedoudbgouv committed Feb 19, 2024
1 parent 53df29d commit b0253d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/mails/consumer/reportAcknowledgment.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
}
@if(report.influencer.isDefined) {
@Messages("ReportAckEmail.influencerName", report.influencer.map(_.name).getOrElse(""))
<br/>
@Messages("ReportAckEmail.socialNetwork", report.influencer.flatMap(_.socialNetwork.map(_.entryName))
.orElse(report.influencer.flatMap(_.otherSocialNetwork)).getOrElse(""))
<br/>
Expand Down

0 comments on commit b0253d1

Please sign in to comment.