-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #278 from pdehaan/view-tidy
Reformat views/ directory and give images absolute path
- Loading branch information
Showing
16 changed files
with
44 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<div class="account"> | ||
<div class="image-wrap"> | ||
<img alt="{{ Title }}" src="img/logos/{{ Name }}.{{ LogoType }}" /> | ||
</div> | ||
<div class="breach-info-wrap"> | ||
<h4>{{ Title }}</h4> | ||
<span class="breach-info"><span class="medium">Breach date:</span> {{prettyDate BreachDate }}</span> | ||
<span class="breach-info"><span class="medium">Compromised accounts:</span> {{localeString PwnCount }}</span> | ||
<span class="breach-info"><span class="medium">Compromised data:</span> {{breachDataClasses DataClasses }}</span> | ||
</div> | ||
<div class="image-wrap"> | ||
<img alt="{{ Title }}" src="/img/logos/{{ Name }}.{{ LogoType }}" /> | ||
</div> | ||
<div class="breach-info-wrap"> | ||
<h4>{{ Title }}</h4> | ||
<span class="breach-info"><span class="medium">Breach date:</span> {{prettyDate BreachDate }}</span> | ||
<span class="breach-info"><span class="medium">Compromised accounts:</span> {{localeString PwnCount }}</span> | ||
<span class="breach-info"><span class="medium">Compromised data:</span> {{breachDataClasses DataClasses }}</span> | ||
</div> | ||
</div> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div id="confirm-your-account" class="modal-content"> | ||
<h3>Confirm Your Account</h3> | ||
<p>Check your email for the verification link.</p> | ||
<button class="close-modal">Close</button> | ||
<button class="close-modal">Close</button> | ||
</div> |
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 |
---|---|---|
@@ -1 +1 @@ | ||
<span class="source-info">Breach data provided by <a href="https://www.haveibeenpwned.com" target="_blank" rel="noopener noreferrer">Have I Been Pwned</a></span> | ||
<span class="source-info">Breach data provided by <a href="https://www.haveibeenpwned.com" target="_blank" rel="noopener noreferrer">Have I Been Pwned</a></span> |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div class="section-wrapper scan-another-email"> | ||
<div class="half"> | ||
<span class="section-headline">Scan Another Email Address</span> | ||
{{> scan_form}} | ||
</div> | ||
<div class="half"> | ||
<span class="section-headline">Scan Another Email Address</span> | ||
{{> scan_form}} | ||
</div> | ||
</div> |
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 |
---|---|---|
|
@@ -3,4 +3,3 @@ | |
{{ else }} | ||
<h2 id="no-breaches" class="section-headline">So far, so good.</h2> | ||
{{/if}} | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<section id="subscribe-modal" class="modal-container"> | ||
{{> confirm_account}} | ||
{{> sign_up_ffxm}} | ||
{{> confirm_account}} | ||
{{> sign_up_ffxm}} | ||
</section> |
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