]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/mail/subscribe.html.twig
Remove subscribe templates
[airbundle] / Resources / views / mail / subscribe.html.twig
diff --git a/Resources/views/mail/subscribe.html.twig b/Resources/views/mail/subscribe.html.twig
deleted file mode 100644 (file)
index fd0ae29..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends '@RapsysAir/mail/body.html.twig' %}
-{% block title %}{{ subject }}{% endblock %}
-{% block content %}
-       <table class="content">
-               <tr>
-                       <td>&nbsp;</td>
-                       <td>
-                               <h2>{{ 'Subject: %subject%'|trans({'%subject%': 'welcome to %site.title%'|trans({'%site.title%': site.title})|raw}) }}</h2>
-                               <h3>{{ 'Hi %recipient_name%,'|trans({'%recipient_name%': recipient_name}) }}</h3>
-                               <p>{{ 'Thanks so much for joining %site.title%, the space reservation program.'|trans({'%site.title%': site.title}) }}</p>
-                               <p>{% trans %}To create your account you can follow this link:{% endtrans %}</p>
-                               <p><a href="{{ subscribe_url|escape('html_attr') }}" class="link">{{ subscribe_url }}</a></p>
-                       </td>
-                       <td>&nbsp;</td>
-               </tr>
-       </table>
-{% endblock %}