mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
nice formatting now on errors and results with tricky css
This commit is contained in:
parent
d647d430d7
commit
04251a3da3
3 changed files with 19 additions and 2 deletions
|
@ -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';
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue