-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* debounce notify events * replace askama * delete sass file
- Loading branch information
Showing
9 changed files
with
142 additions
and
312 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,41 +1,40 @@ | ||
<mjml> | ||
<mj-head> | ||
<mj-title>Confirm your {{domain}} account</mj-title> | ||
<mj-title>Confirm your <%= self.domain %> account</mj-title> | ||
<mj-attributes> | ||
<mj-all font-family="monospace" line-height="17px" /> | ||
</mj-attributes> | ||
</mj-head> | ||
<mj-body> | ||
<mj-section> | ||
<mj-column> | ||
|
||
<mj-text align="center" font-size="30px"> | ||
Kitsune | ||
</mj-text> | ||
<mj-text align="center" font-size="30px"> Kitsune </mj-text> | ||
|
||
<mj-divider></mj-divider> | ||
|
||
<mj-text font-size="25px"> | ||
Confirm your account | ||
</mj-text> | ||
<mj-text font-size="25px"> Confirm your account </mj-text> | ||
|
||
<mj-text> | ||
Congratulations to your new account on {{domain}}! | ||
<p>Click the button below to unlock your account (@{{username}})!</p> | ||
Congratulations to your new account on <%= self.domain %>! | ||
<p> | ||
Click the button below to unlock your account (@<%= self.username | ||
%>)! | ||
</p> | ||
</mj-text> | ||
|
||
<mj-button href="{{verify_link}}"> | ||
Confirm my account! | ||
</mj-button> | ||
<mj-button href="{{verify_link}}"> Confirm my account! </mj-button> | ||
|
||
<mj-text> | ||
You didn't register an account? Feel free to just ignore this email! | ||
</mj-text> | ||
|
||
<mj-text align="center" font-size="10px"> | ||
{{domain}} powered by <a style="text-decoration:none;" href="https://joinkitsune.org">Kitsune</a> | ||
<%= self.domain %> powered by | ||
<a style="text-decoration: none" href="https://joinkitsune.org" | ||
>Kitsune</a | ||
> | ||
</mj-text> | ||
</mj-column> | ||
</mj-section> | ||
</mj-body> | ||
</mjml> | ||
</mjml> |
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.