]> Raphaël G. Git Repositories - airbundle/commit
Add mail base template
authorRaphaël Gertz <git@rapsys.eu>
Thu, 14 Nov 2019 22:55:33 +0000 (23:55 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 14 Nov 2019 22:58:23 +0000 (23:58 +0100)
commitdd29640e817a6a371960fc73d12e75db8626f2ee
tree524b8c69dbcaf66ef75bf0e280272c1eef8b5271
parentf70bc6c7e2313dba0fa087b0080a3f98cb6c38a4
Add mail base template
Add mail body template
Add mail contact html+text template
Add mail recover html+text template
Add mail recover_mail html+text template
Add mail register html+text template
Remove generic html template
Resources/views/mail/base.html.twig [new file with mode: 0644]
Resources/views/mail/body.html.twig [new file with mode: 0644]
Resources/views/mail/contact.html.twig
Resources/views/mail/contact.text.twig [new file with mode: 0644]
Resources/views/mail/generic.html.twig [deleted file]
Resources/views/mail/recover.html.twig [new file with mode: 0644]
Resources/views/mail/recover.text.twig [new file with mode: 0644]
Resources/views/mail/recover_mail.html.twig [new file with mode: 0644]
Resources/views/mail/recover_mail.text.twig [new file with mode: 0644]
Resources/views/mail/register.html.twig
Resources/views/mail/register.text.twig [new file with mode: 0644]