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

10 lines
310 B
PHP
Raw Normal View History

2015-05-19 09:32:02 +08:00
Hey {{ $user->username }}!
{{ $notification->post->user->username }} mentioned you in a post in {{ $notification->post->discussion->title }}.
2015-05-19 09:32:02 +08:00
{{ \Flarum\Core::config('base_url') }}/d/{{ $notification->post->discussion_id }}/-/{{ $notification->post->number }}
---
{{{ $notification->post->contentPlain }}}