mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
Temporary fix for email URLs
This commit is contained in:
@@ -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 }}
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user