1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-02 20:22:55 +02:00
vroom/templates/default/feedback.email_html.ep
Daniel Berteaud 883905af6a Fix feedback email templates
As they now need to be in email_html and email_text format
2014-05-14 23:26:41 +02:00

15 lines
236 B
Plaintext

<html>
<p>
<%=l 'FROM' %>: <%= $email %>
</p>
<p>
<%=l 'COMMENT' %>: <%= $comment %>
</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">
&mdash;
<br>
<%=l 'EMAIL_SIGN' %>
</p>
</html>