framework/extensions/mentions/views/emails/postMentioned.blade.php
young b86077dfcf Fix issue-email notifications quoting wrong reply
This commit fix this bug https://github.com/flarum/core/issues/304.Problem not in newPost.blade.php but in this file.
2015-08-30 13:16:06 +08:00

10 lines
324 B
PHP

Hey {{ $user->username }}!
{{ $blueprint->reply->user->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
{{ \Flarum\Core::url() }}/d/{{ $blueprint->reply->discussion_id }}/{{ $blueprint->reply->number }}
---
{{ strip_tags($blueprint->reply->contentHtml) }}