mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Recompile JS
This commit is contained in:
8
extensions/flags/js/forum/dist/extension.js
vendored
8
extensions/flags/js/forum/dist/extension.js
vendored
@@ -278,13 +278,7 @@ System.register('flarum/flags/components/FlagList', ['flarum/Component', 'flarum
|
|||||||
m(
|
m(
|
||||||
'span',
|
'span',
|
||||||
{ className: 'Notification-content' },
|
{ className: 'Notification-content' },
|
||||||
username(post.user()),
|
app.translator.trans('flarum-flags.forum.flagged_posts.item_text', { username: username(post.user()), em: m('em', null), discussion: post.discussion().title() })
|
||||||
' in ',
|
|
||||||
m(
|
|
||||||
'em',
|
|
||||||
null,
|
|
||||||
post.discussion().title()
|
|
||||||
)
|
|
||||||
),
|
),
|
||||||
humanTime(flag.time()),
|
humanTime(flag.time()),
|
||||||
m(
|
m(
|
||||||
|
Reference in New Issue
Block a user