mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed history presenter
This commit is contained in:
@ -63,6 +63,7 @@ App.Presenters.HistoryPresenter = function(
|
||||
function renderHistory($page, historyItems) {
|
||||
$page.append(templates.history({
|
||||
formatRelativeTime: util.formatRelativeTime,
|
||||
formatAbsoluteTime: util.formatAbsoluteTime,
|
||||
history: historyItems}));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user