show repository name in top toolbar of commit view

This commit is contained in:
Sebastian Sdorra
2012-07-27 11:11:13 +02:00
parent f50e3d912b
commit 2850a8294f

View File

@@ -132,7 +132,9 @@ Sonia.repository.ChangesetViewerPanel = Ext.extend(Ext.Panel, {
return {
xtype: 'toolbar',
items: ['->',
items: [
this.repository.name,
'->',
'Branches:', ' ',{
xtype: 'combo',
valueField: 'name',