1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

Create cz.email.auth.invitation.tpl

This commit is contained in:
MasterKN 2019-10-02 00:08:49 +05:30 committed by GitHub
parent 4e19fb8869
commit e93baf3aee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,27 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Ahoj,
<br />
<br />
Tento e-mail vám byl zaslán, protože vás <b>{{owner}}</b> chtěl pozvat, abyste se stali členem týmu v týmu <b>{{team}}</b> v {{project}}.
<br />
<br />
Klepnutím na tento odkaz se připojíte k týmu <b>{{team}}</b>:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Pokud vás nezajímá, můžete tuto zprávu ignorovat.
<br />
<br />
Dík,
<br />
{{project}} tým
</div>