framework/extensions/subscriptions/views/emails/newPost.blade.php
2015-07-23 16:40:54 +09:30

15 lines
472 B
PHP

Hey {{ $user->username }}!
{{ $blueprint->post->user->username }} made a post in a discussion you're following: {{ $blueprint->post->discussion->title }}
To view the new activity, check out the following link:
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->post->discussion_id }}/-/{{ $blueprint->post->number }}
---
{{ strip_tags($blueprint->post->contentHtml) }}
---
You won't receive any more notifications about this discussion until you're up-to-date.