mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
parent
77837ef7d1
commit
99dbea4524
4
js/forum/dist/app.js
vendored
4
js/forum/dist/app.js
vendored
|
@ -24381,8 +24381,8 @@ System.register('flarum/components/PostEdited', ['flarum/Component', 'flarum/hel
|
|||
|
||||
return m(
|
||||
'span',
|
||||
{ className: 'PostEdited', title: title },
|
||||
icon('pencil')
|
||||
{ className: 'PostEdited' },
|
||||
title
|
||||
);
|
||||
}
|
||||
}, {
|
||||
|
|
|
@ -18,7 +18,7 @@ export default class PostEdited extends Component {
|
|||
const title = extractText(app.translator.trans('core.forum.post.edited_tooltip', {user: editUser, ago: humanTime(post.editTime())}));
|
||||
|
||||
return (
|
||||
<span className="PostEdited" title={title}>{icon('pencil')}</span>
|
||||
<span className="PostEdited">{title}</span>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user