framework/extensions/mentions/views/emails/postMentioned.blade.php
2015-05-19 11:02:02 +09:30

10 lines
343 B
PHP

Hey {{ $user->username }}!
{{ $notification->sender->username }} replied to your post (#{{ $notification->post->number }}) in {{ $notification->post->discussion->title }}.
{{ \Flarum\Core::config('base_url') }}/d/{{ $notification->reply->discussion_id }}/-/{{ $notification->reply->number }}
---
{{{ $notification->reply->contentPlain }}}