nice formatting now on errors and results with tricky css

This commit is contained in:
Peter Cottle 2012-09-22 21:59:30 -07:00
parent d647d430d7
commit 04251a3da3
3 changed files with 19 additions and 2 deletions

View file

@ -861,7 +861,9 @@ var Commit = Backbone.Model.extend({
return [
'Author: ' + this.get('author'),
'Date: ' + this.get('createTime'),
'<br/>',
this.get('commitMessage'),
'<br/>',
'Commit: ' + this.get('id')
].join('\n' ) + '\n';
},