mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
dev day #75
This commit is contained in:
@@ -201,6 +201,16 @@
|
||||
{{if .ContactEmail}}<a href="mailto:{{.ContactEmail}}">E-mail</a>{{end}}
|
||||
</p>
|
||||
{{end}}
|
||||
{{if .RecipientEmail}}
|
||||
<p>Tento e‑mail byl odeslán na adresu <strong>{{.RecipientEmail}}</strong>.</p>
|
||||
{{end}}
|
||||
{{if or .UnsubscribeURL .ManageURL}}
|
||||
<p>
|
||||
{{if .UnsubscribeURL}}<a href="{{.UnsubscribeURL}}" class="unsubscribe-link">Odhlásit odběr</a>{{end}}
|
||||
{{if and .UnsubscribeURL .ManageURL}} | {{end}}
|
||||
{{if .ManageURL}}<a href="{{.ManageURL}}" class="unsubscribe-link">Upravit předvolby</a>{{end}}
|
||||
</p>
|
||||
{{end}}
|
||||
{{if or .FacebookURL .InstagramURL .YouTubeURL .TwitterURL}}
|
||||
<div class="social-links">
|
||||
{{if .FacebookURL}}<a href="{{.FacebookURL}}" target="_blank">Facebook</a>{{end}}
|
||||
@@ -211,11 +221,6 @@
|
||||
{{end}}
|
||||
<p>{{.ClubName}} © {{now.Format "2006"}}. Všechna práva vyhrazena.</p>
|
||||
<p>Pokud jste tento email obdrželi omylem, prosíme o jeho smazání.</p>
|
||||
{{if .UnsubscribeURL}}
|
||||
<p style="margin-top: 15px;">
|
||||
<a href="{{.UnsubscribeURL}}" class="unsubscribe-link">Odhlásit se z odběru</a>
|
||||
</p>
|
||||
{{end}}
|
||||
<p style="margin-top: 12px; font-size: 12px; color: #a0aec0;">
|
||||
Made by <a href="https://sportcreative.cz/myclub" target="_blank" style="color:#718096;">MyClub by Sportcreative</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user