-
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.
#34 point calculation is now less complex
- Loading branch information
1 parent
a259eb8
commit 6badb91
Showing
9 changed files
with
316 additions
and
333 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 +1 @@ | ||
[email protected].1 | ||
[email protected].2.4 |
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,10 +1,10 @@ | ||
<template name="message"> | ||
{{#if gtLength0 getUnverifiedEmails}} | ||
<div class="container text-center"> | ||
<div class="alert alert-warning" role="alert"> | ||
<p><strong>Warning!</strong> Please do not forget to verify {{getUnverifiedEmails}} by clicking on the verification link we emailed to you.</p> Click on this button if you would like another verification link: | ||
<button class="btn btn-success email-verify-button"><i class="fa fa-check"></i> Send Verification Link</button> | ||
</div> | ||
</div> | ||
{{/if}} | ||
{{#if gtLength0 getUnverifiedEmails}} | ||
<div class="container text-center"> | ||
<div class="alert alert-warning" role="alert"> | ||
<p><strong>Warning!</strong> Please do not forget to verify {{getUnverifiedEmails}} by clicking on the verification link we emailed you.</p> Click on this button if you would like another verification link: | ||
<button class="btn btn-success email-verify-button"><i class="fa fa-check"></i> Send Verification Link</button> | ||
</div> | ||
</div> | ||
{{/if}} | ||
</template> |
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
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
Oops, something went wrong.