framework/extensions/mentions/views/emails/postMentioned.blade.php
2015-06-26 12:21:30 +09:30

10 lines
351 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 }}
---
{{ strip_tags($notification->post->contentHtml) }}