Skip to content
Snippets Groups Projects
Commit 21f511c2 authored by Nick Poulden's avatar Nick Poulden
Browse files

Video index typo

parent 7c73ea74
No related branches found
No related tags found
No related merge requests found
......@@ -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,100)]}</p></div>',
'</h4><p>{[values.description.substr(0,80)]}</p></div>',
'</dd>'
],
data: Docs.data.videos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment