mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
Fix error in post mention emails
This commit is contained in:
parent
b9edb29d9f
commit
d065495959
|
@ -1,6 +1,6 @@
|
||||||
Hey {{ $user->username }}!
|
Hey {{ $user->username }}!
|
||||||
|
|
||||||
{{ $blueprint->sender->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
|
{{ $blueprint->reply->user->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
|
||||||
|
|
||||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->reply->discussion_id }}/-/{{ $blueprint->reply->number }}
|
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->reply->discussion_id }}/-/{{ $blueprint->reply->number }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user