mirror of
https://github.com/flarum/framework.git
synced 2025-02-09 18:10:35 +08:00
10 lines
333 B
PHP
10 lines
333 B
PHP
Hey {!! $user->username !!}!
|
|
|
|
{!! $blueprint->reply->user->username !!} replied to your post (#{!! $blueprint->post->number !!}) in {!! $blueprint->post->discussion->title !!}.
|
|
|
|
{!! app()->url() !!}/d/{!! $blueprint->reply->discussion_id !!}/{!! $blueprint->reply->number !!}
|
|
|
|
---
|
|
|
|
{!! strip_tags($blueprint->reply->contentHtml) !!}
|