fix: add email notifications templates

This commit is contained in:
Élie Bouttier 2014-08-31 15:38:24 -07:00
parent be9fac8f3d
commit 910134180b
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,4 @@
Issue closed.
--
You can see the issue on PonyTracker: {{ uri }}

View file

@ -0,0 +1,4 @@
{{ comment }}
--
Respond on PonyTracker: {{ uri }}

View file

@ -0,0 +1,8 @@
{% if description %}
{{ description }}
{% else %}
No description.
{% endif %}
--
Comment it on PonyTracker: {{ uri }}

View file

@ -0,0 +1,4 @@
Issue reopened.
--
You can see the issue on PonyTracker: {{ uri }}