mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
8dab3bf36c
* add .TemplateData property to data in order to populate template <title> tags with the compiled subject value * update all templates * re-enable integration test and update implementation to check changes * chore: fmt * add HiddenSubject template func and update text templates * slight performance improvement, only execute subject template once * update template I missed --------- Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
10 lines
383 B
Plaintext
10 lines
383 B
Plaintext
{{HiddenSubject .Subject "{{.InvitedBy}} has invited you to join Grafana"}}
|
|
|
|
You're invited to join {{.OrgName}}
|
|
|
|
You've been invited to join the {{.OrgName}} organization by {{.InvitedBy}}. To accept your invitation and join the team, copy and paste the link below into your browser directly:
|
|
|
|
{{.LinkUrl}}
|
|
|
|
Sent by Grafana v{{.BuildVersion}} (c) {{now | date "2006"}} Grafana Labs
|