Skip to content
Snippets Groups Projects
Commit 97c23a2d authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix icon URLs in Touch examples index page.

parent 4bebb452
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ Ext.define('Docs.view.examples.Index', { ...@@ -17,7 +17,7 @@ Ext.define('Docs.view.examples.Index', {
{ xtype: 'container', html: '<h1 class="eg">Examples</h1>' }, { xtype: 'container', html: '<h1 class="eg">Examples</h1>' },
Ext.create('Docs.view.ThumbList', { Ext.create('Docs.view.ThumbList', {
itemTpl: [ itemTpl: [
'<dd ext:url="#!/example/{url}"><img src="extjs/examples/shared/screens/{icon}"/>', '<dd ext:url="#!/example/{url}"><img src="touch/examples/{icon}"/>',
'<div><h4>{text}', '<div><h4>{text}',
'<tpl if="status === \'new\'">', '<tpl if="status === \'new\'">',
'<span class="new-sample"> (New)</span>', '<span class="new-sample"> (New)</span>',
......
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