framework/extensions/subscriptions/views/emails/newPost.blade.php

15 lines
472 B
PHP
Raw Normal View History

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