mirror of
https://github.com/flarum/core.git
synced 2025-08-19 06:41:44 +02:00
Initial commit
This commit is contained in:
14
extensions/subscriptions/views/emails/newPost.blade.php
Normal file
14
extensions/subscriptions/views/emails/newPost.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
Hey {{ $user->username }}!
|
||||
|
||||
{{ $notification->post->user->username }} made a post in a discussion you're following: {{ $notification->post->discussion->title }}
|
||||
|
||||
To view the new activity, check out the following link:
|
||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $notification->post->discussion_id }}/-/{{ $notification->post->number }}
|
||||
|
||||
---
|
||||
|
||||
{{ strip_tags($notification->post->contentHtml) }}
|
||||
|
||||
---
|
||||
|
||||
You won't receive any more notifications about this discussion until you're up-to-date.
|
Reference in New Issue
Block a user