mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Merge pull request #425 from nerdoc/patch-10
don't escape confirmation mail templates.
This commit is contained in:
commit
1bcdfaf19d
@ -1,7 +1,7 @@
|
||||
{{ trans('texts.confirmation_header') }}
|
||||
{!! trans('texts.confirmation_header') !!}
|
||||
|
||||
{{ $invitationMessage . trans('texts.confirmation_message') }}
|
||||
{!! $invitationMessage . trans('texts.confirmation_message') !!}
|
||||
{!! URL::to("user/confirm/{$user->confirmation_code}") !!}
|
||||
|
||||
{{ trans('texts.email_signature') }}
|
||||
{{ trans('texts.email_from') }}
|
||||
{!! trans('texts.email_signature') !!}
|
||||
{!! trans('texts.email_from') !!}
|
||||
|
Loading…
Reference in New Issue
Block a user