mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -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>
13 lines
411 B
Plaintext
13 lines
411 B
Plaintext
{{HiddenSubject .Subject "{{.InvitedBy}} has added you to the {{.OrgName}} organization"}}
|
|
|
|
You have been added to {{.OrgName}}
|
|
|
|
{{.InvitedBy}} has added you to the {{.OrgName}} organization in Grafana.
|
|
Once logged in, {{.OrgName}} will be available in the left side menu, in the dropdown below your username.
|
|
|
|
Log in now:
|
|
{{.AppUrl}}
|
|
|
|
|
|
Sent by Grafana v{{.BuildVersion}} (c) {{now | date "2006"}} Grafana Labs
|