mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Temporary fix for email URLs
This commit is contained in:
parent
5431b84eef
commit
896e8efee9
|
@ -3,7 +3,7 @@ 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::url() }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
||||
{{ app()->url() }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user