Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: templates/minimal.tmpl

Issue 29676691: Issue 6237 - Implement wd navbar component in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Jan. 22, 2018, 10:39 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/src/scss/layout/_navbar.scss ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 This file is part of help.eyeo.com. 3 This file is part of help.eyeo.com.
4 Copyright (C) 2017-present eyeo GmbH 4 Copyright (C) 2017-present eyeo GmbH
5 5
6 help.eyeo.com is free software: you can redistribute it and/or modify 6 help.eyeo.com is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or 8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version. 9 (at your option) any later version.
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 {% endblock %} 52 {% endblock %}
53 </div> 53 </div>
54 {% block footer %} 54 {% block footer %}
55 {{ footer | safe }} 55 {{ footer | safe }}
56 {% endblock %} 56 {% endblock %}
57 <? include layout/footer ?> 57 <? include layout/footer ?>
58 {% block scripts %} 58 {% block scripts %}
59 {{ scripts | safe }} 59 {{ scripts | safe }}
60 {% endblock %} 60 {% endblock %}
61 <script src="/dist/js/main.min.js"></script> 61 <script src="/dist/js/main.min.js"></script>
62 <script src="/js/navbar.js"></script><!-- website-defaults -->
juliandoucette 2018/01/24 14:55:06 NIT: Weird... (comment) maybe we should: - Use a s
ire 2018/01/25 10:15:05 This would require us to place the files within a
juliandoucette 2018/01/25 13:24:53 Yes; unfortunately (something to think about separ
62 </body> 63 </body>
63 <html> 64 <html>
OLDNEW
« no previous file with comments | « static/src/scss/layout/_navbar.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld