mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Make email messages Markdown.
This commit is contained in:
8
resources/views/emails/password.blade.php
Normal file
8
resources/views/emails/password.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
@component('mail::message')
|
||||
{{ trans('email.reset_pw_instructions') }}
|
||||
|
||||
{{ trans('email.reset_pw_warning') }}
|
||||
|
||||
{{ $url }}
|
||||
|
||||
@endcomponent
|
Reference in New Issue
Block a user