framework/extensions/mentions/views/emails/postMentioned.blade.php

10 lines
343 B
PHP
Raw Normal View History

2015-05-19 09:32:02 +08:00
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 }}}