forked from 0x2620/pandora
add featuring on default info page, its a filter
This commit is contained in:
parent
11e36b550e
commit
96fcefb21b
1 changed files with 4 additions and 0 deletions
|
@ -227,6 +227,10 @@ pandora.ui.infoView = function(data) {
|
||||||
|
|
||||||
renderGroup(['director', 'year', 'country']);
|
renderGroup(['director', 'year', 'country']);
|
||||||
|
|
||||||
|
// Featuring ----------------------------------------------
|
||||||
|
|
||||||
|
renderGroup(['featuring']);
|
||||||
|
|
||||||
// Summary -----------------------------------------------------------------
|
// Summary -----------------------------------------------------------------
|
||||||
|
|
||||||
if (canEdit || data.summary) {
|
if (canEdit || data.summary) {
|
||||||
|
|
Loading…
Reference in a new issue