mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
fix for category view when its empty
This commit is contained in:
@@ -226,7 +226,8 @@ var RDB = require('./redis.js'),
|
||||
|
||||
postData.content = postTools.markdownToHTML(postData.content);
|
||||
postData.post_rep = 0;
|
||||
postData.relativeTime = utils.relativeTime(postData.timestamp)
|
||||
postData.relativeTime = utils.relativeTime(postData.timestamp);
|
||||
postData.fav_button_class = '';
|
||||
postData.fav_star_class = 'icon-star-empty';
|
||||
postData['edited-class'] = 'none';
|
||||
postData.show_banned = 'hide';
|
||||
|
||||
Reference in New Issue
Block a user