BIG REF UPDATE

This commit is contained in:
Peter Cottle 2012-09-23 11:42:13 -07:00
parent 24c344a4d0
commit efc789c11f
4 changed files with 171 additions and 27 deletions

View file

@ -857,7 +857,9 @@ var Commit = Backbone.Model.extend({
},
getLogEntry: function() {
// for now we are just joining all these things with newlines...
// for now we are just joining all these things with newlines which
// will get placed by paragraph tags. Not really a fan of this, but
// it's better than making an entire template and all that jazz
return [
'Author: ' + this.get('author'),
'Date: ' + this.get('createTime'),