mirror of
https://github.com/flarum/framework.git
synced 2025-02-11 02:18:30 +08:00
b86077dfcf
This commit fix this bug https://github.com/flarum/core/issues/304.Problem not in newPost.blade.php but in this file.
10 lines
324 B
PHP
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) }}
|