mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% include 'emails.header-html' %}
|
||||
{% include 'v2.emails.header-html' %}
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
{{ trans('email.oauth_created_body', { name:client.name, url: client.redirect })|raw }}
|
||||
</p>
|
||||
@@ -10,4 +10,4 @@
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
{{ trans('email.oauth_created_undo', { url:route('profile.index')}) }}
|
||||
</p>
|
||||
{% include 'emails.footer-html' %}
|
||||
{% include 'v2.emails.footer-html' %}
|
||||
|
||||
Reference in New Issue
Block a user