Loading template/app/view/videos/Index.js +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ Ext.define('Docs.view.videos.Index', { itemTpl: [ '<dd ext:url="#!/video/{id}"><img src="{thumb}"/>', '<div><h4>{title}', '</h4><p>{[values.description.substr(0,80)]}</p></div>', '</h4><p>{[values.description.substr(0,80)]}...</p></div>', '</dd>' ], data: Docs.data.videos Loading Loading
template/app/view/videos/Index.js +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ Ext.define('Docs.view.videos.Index', { itemTpl: [ '<dd ext:url="#!/video/{id}"><img src="{thumb}"/>', '<div><h4>{title}', '</h4><p>{[values.description.substr(0,80)]}</p></div>', '</h4><p>{[values.description.substr(0,80)]}...</p></div>', '</dd>' ], data: Docs.data.videos Loading