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

Side by Side Diff: templates/default.tmpl

Issue 29485575: Issue 5385 - Create Site Header Component for Help Center (Closed)
Patch Set: Unfix header, implement standard spacing units Created Aug. 16, 2017, 2:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« static/scss/layout/_navbar.scss ('K') | « static/scss/main.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 Eyeo GmbH 4 Copyright (C) 2017 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 24 matching lines...) Expand all
35 <!--[if lt IE 9]> 35 <!--[if lt IE 9]>
36 <script src="/js/vendor/html5shiv.js"></script> 36 <script src="/js/vendor/html5shiv.js"></script>
37 <script src="/js/vendor/respond.min.js"></script> 37 <script src="/js/vendor/respond.min.js"></script>
38 <![endif]--> 38 <![endif]-->
39 39
40 {% block head %} 40 {% block head %}
41 {{ head | safe }} 41 {{ head | safe }}
42 {% endblock %} 42 {% endblock %}
43 </head> 43 </head>
44 <body> 44 <body>
45 <? include layout/header ?>
46 <div class="outer">
juliandoucette 2017/08/18 15:03:58 NIT: Does .outer do anything in this patchset?
ire 2017/08/21 15:23:23 Nope. I'll remove it.
45 {% block body %} 47 {% block body %}
46 {{ body | safe }} 48 {{ body | safe }}
47 {% endblock %} 49 {% endblock %}
50 </div>
51 <script src="/js/main.js"></script>
48 </body> 52 </body>
49 <html> 53 <html>
OLDNEW
« static/scss/layout/_navbar.scss ('K') | « static/scss/main.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld