Fixed history presenter
This commit is contained in:
parent
2fd371b10a
commit
bfe31d87a1
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ App.Presenters.HistoryPresenter = function(
|
||||||
function renderHistory($page, historyItems) {
|
function renderHistory($page, historyItems) {
|
||||||
$page.append(templates.history({
|
$page.append(templates.history({
|
||||||
formatRelativeTime: util.formatRelativeTime,
|
formatRelativeTime: util.formatRelativeTime,
|
||||||
|
formatAbsoluteTime: util.formatAbsoluteTime,
|
||||||
history: historyItems}));
|
history: historyItems}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue