Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Side by Side Diff: polymer_0.5.0/bower_components/gif.js/site/templates/index.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 {% extends 'layout.html' %} 1 {% extends 'layout.html' %}
2 2
3 {% block scripts %} 3 {% block scripts %}
4 <script src="gif.js?v={{ version }}"></script> 4 <script src="gif.js?v={{ version }}"></script>
5 <script src="scripts/main.js?v={{ version }}"></script> 5 <script src="scripts/main.js?v={{ version }}"></script>
6 {% endblock %} 6 {% endblock %}
7 7
8 {% block body %} 8 {% block body %}
9 9
10 <h2>Usage</h2> 10 <h2>Usage</h2>
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 </div> 101 </div>
102 102
103 <h2>Other tests</h2> 103 <h2>Other tests</h2>
104 <ul> 104 <ul>
105 {% for test in contents.tests._.pages %} 105 {% for test in contents.tests._.pages %}
106 <li><a href="{{ test.url }}">{{ test.title }}</a></li> 106 <li><a href="{{ test.url }}">{{ test.title }}</a></li>
107 {% endfor %} 107 {% endfor %}
108 </ul> 108 </ul>
109 109
110 {% endblock %} 110 {% endblock %}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698