mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added basic information to post view
This commit is contained in:
@ -48,6 +48,7 @@ App.Presenters.PostPresenter = function(
|
||||
$el.html(postTemplate({
|
||||
post: post,
|
||||
formatRelativeTime: util.formatRelativeTime,
|
||||
formatFileSize: util.formatFileSize,
|
||||
postContentTemplate: postContentTemplate,
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user