QualityCell uses badges

This commit is contained in:
Mark McDowall
2013-07-23 21:18:55 -07:00
parent 0548f49c44
commit e706e148fd
4 changed files with 8 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ define(
return TemplatedCell.extend({
className: 'quality-cell',
template : 'Cells/QualityTemplate'
template : 'Cells/QualityCellTemplate'
});
});