mirror of
https://github.com/flarum/framework.git
synced 2025-02-20 22:15:52 +08:00
Use new method for retrieving base URL
This commit is contained in:
parent
d241a09f83
commit
7bbe4a2e76
@ -2,7 +2,7 @@ Hey {{ $user->username }}!
|
||||
|
||||
{{ $blueprint->reply->user->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
|
||||
|
||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->reply->discussion_id }}/{{ $blueprint->reply->number }}
|
||||
{{ \Flarum\Core::url() }}/d/{{ $blueprint->reply->discussion_id }}/{{ $blueprint->reply->number }}
|
||||
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@ Hey {{ $user->username }}!
|
||||
|
||||
{{ $blueprint->post->user->username }} mentioned you in a post in {{ $blueprint->post->discussion->title }}.
|
||||
|
||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
||||
{{ \Flarum\Core::url() }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user