show rejection reasons in a tool tip instead of plaint text in the grid.

This commit is contained in:
Keivan Beigi 2013-07-02 17:44:22 -07:00
commit ef4ad53277
8 changed files with 76 additions and 40 deletions

View file

@ -8,7 +8,7 @@ define(
'Cells/EpisodeNumberCell',
'Cells/FileSizeCell',
'Cells/QualityCell',
'Release/ApprovalStatusCell',
'Cells/ApprovalStatusCell',
'Shared/SpinnerView'
], function (Marionette, Backgrid, ReleaseCollection, IndexerCell, EpisodeNumberCell, FileSizeCell, QualityCell, ApprovalStatusCell, SpinnerView) {
return Marionette.Layout.extend({
@ -55,7 +55,7 @@ define(
{
name : 'rejections',
label: 'decision',
label: '',
cell : ApprovalStatusCell
}
],