use short id for changeset title

This commit is contained in:
Sebastian Sdorra
2012-08-26 13:02:53 +02:00
parent 7900539713
commit b7c4ea48bd

View File

@@ -53,7 +53,7 @@ Sonia.repository.ChangesetPanel = Ext.extend(Ext.Panel, {
}
var config = {
title: String.format(this.title, this.revision),
title: String.format(this.title, Ext.util.Format.id(this.revision)),
autoScroll: true,
tbar: [{
text: this.commitLabel,