mirror of
https://github.com/flarum/framework.git
synced 2025-05-21 22:36:01 +08:00
Add light horizontal rule between posts. closes flarum/core#133
Also remove time information from event posts (it’s not useful)
This commit is contained in:
@ -17,8 +17,7 @@ export default class EventPost extends Post {
|
||||
m('div.event-post-info', [
|
||||
user ? m('a.post-user', {href: app.route.user(user), config: m.route}, username(user)) : username(user), ' ',
|
||||
content
|
||||
]),
|
||||
m('div.event-post-time', humanTime(post.time()))
|
||||
])
|
||||
], attrs);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user