]> Raphaƫl G. Git Repositories - blogbundle/blobdiff - Resources/views/mail/contact.html.twig
Update contact html template
[blogbundle] / Resources / views / mail / contact.html.twig
index 0c4731df92157596a59a2ae5e823dcd99b7fdc9b..0e3c84066f9cdeb06003466ec1371311b5489879 100644 (file)
@@ -1,13 +1,11 @@
 {% extends '@RapsysBlog/mail/_base.html.twig' %}
 {% block content %}
-       <table class="content">
+       <tbody>
                <tr>
-                       <td>&nbsp;</td>
-                       <td>
+                       <td colspan="2">
                                <h2 title="{% trans %}Subject{% endtrans %}">{{ subject }}</h2>
                                <p>{{ message|nl2br }}</p>
                        </td>
-                       <td>&nbsp;</td>
                </tr>
-       </table>
+       </tbody>
 {% endblock %}