mirror of
https://github.com/flarum/framework.git
synced 2024-12-14 08:03:37 +08:00
5 lines
268 B
Handlebars
5 lines
268 B
Handlebars
|
<div class="activity">
|
||
|
{{fa-icon "pencil" class="post-icon"}}
|
||
|
{{#link-to "user" post.user}}{{post.user.username}}{{/link-to}} changed the title from <strong class="old-title">{{post.oldTitle}}</strong> to <strong class="new-title">{{post.newTitle}}</strong>.
|
||
|
</div>
|