framework/extensions/subscriptions/views/emails/newPost.blade.php
2015-11-01 17:13:37 +10:30

15 lines
450 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:
{{ app()->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.