mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-08 21:30:20 +01:00
use formatTimestamp instead of timeAgo for commit date
This commit is contained in:
@@ -683,7 +683,7 @@ Ext.reg('repositoryPanel', Sonia.repository.Panel);
|
||||
Sonia.repository.ChangesetViewerGrid = Ext.extend(Ext.grid.GridPanel, {
|
||||
|
||||
repository: null,
|
||||
changesetTemplate: '<div><b>{id}</b>: {description:htmlEncode}</div><div>{author:htmlEncode}</div><div>{date:timeAgo}</div>',
|
||||
changesetTemplate: '<div><b>{id}</b>: {description:htmlEncode}</div><div>{author:htmlEncode}</div><div>{date:formatTimestamp}</div>',
|
||||
|
||||
initComponent: function(){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user