forked from mozilla/blurts-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68c33b5
commit 461351f
Showing
6 changed files
with
57 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<main class="container dash"> | ||
<div class="row"> | ||
<div class="col-6"> | ||
<p class="welcome-back">Welcome back <span class="bold">{{ req.session.user.fxa_profile_json.email }}</span></p> | ||
<h2 class="skinny-headline">Breach Summary</h2> | ||
</div> | ||
</div> | ||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,3 @@ | ||
<section id="confirmation" class="confirmation whole"> | ||
<ul class="sharing-options"> | ||
<li class="show-email-options"> | ||
<a target="_blank" {{> analytics/share_by_email eventLabel=emailLinks.default-email.client}} rel="noopener noreferrer" href="{{ emailLinks.default-email.href }}"> | ||
<span class="sharing-option email"> | ||
{{{getString "share-email"}}} | ||
</span> | ||
</a> | ||
<div class="email-options"> | ||
{{#each emailLinks}} | ||
<a {{> analytics/share_by_email eventLabel=this.client }} target="_blank" rel="noopener noreferrer" href="{{ this.href }}" > | ||
<span class="email-option {{ this.class }}">{{ this.client }}</span> | ||
</a> | ||
{{/each}} | ||
</div> | ||
</li> | ||
<li> | ||
<a class="facebook" href="https://www.facebook.com/sharer/sharer.php?u={{ SERVER_URL }}" target="_blank" rel="noopener noreferrer" {{> analytics/social_event eventLabel="Facebook"}}> | ||
<span class="sharing-option facebook"> | ||
{{{getString "share"}}} | ||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a class="twitter" href="https://twitter.com/intent/tweet?url={{ SERVER_URL }}" target="_blank" rel="noopener noreferrer" {{> analytics/social_event eventLabel="Twitter"}}> | ||
<span class="sharing-option twitter"> | ||
{{{getString "tweet"}}} | ||
</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</section> | ||
<h1>EMAIL IS CONFIRMED!</h1> | ||
|
||
<a href="/user/dashboard">Back to Dashboard</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters