Skip to content

Commit

Permalink
Add pings to breach card/latest breach link clicks.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton committed Nov 14, 2019
1 parent 9771dc2 commit f806223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/partials/breach-card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</div>
<div class="breach-card-link-wrap">
{{#if latestBreach}}
<span class="more-about-this-breach blue-link">{{ getString "latest-breach-link" }}</span>
<span class="more-about-this-breach blue-link" {{> analytics/internal-link eventLabel="Latest Breach: See if you were in this breach" }}>{{ getString "latest-breach-link" }}</span>
{{else}}
<span class="more-about-this-breach blue-link">{{ LocalizedBreachCardStrings.MoreInfoLink }}</span>
<span class="more-about-this-breach blue-link" {{> analytics/internal-link eventLabel="Breach Card: More about this breach" }}>{{ LocalizedBreachCardStrings.MoreInfoLink }}</span>
{{/if}}
</div>
</div>
Expand Down

0 comments on commit f806223

Please sign in to comment.