Commit 97c23a2d authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix icon URLs in Touch examples index page.

parent 4bebb452
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Ext.define('Docs.view.examples.Index', {
            { xtype: 'container', html: '<h1 class="eg">Examples</h1>' },
            Ext.create('Docs.view.ThumbList', {
                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}',
                            '<tpl if="status === \'new\'">',
                                '<span class="new-sample"> (New)</span>',