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

Delta Between Two Patch Sets: templates/minimal.tmpl

Issue 29519587: Issue 5534 - Create Contact Section for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Left Patch Set: Update alt text, rebase, refactor links in section-accent Created Sept. 25, 2017, 8:45 a.m.
Right Patch Set: Addressed final NITs Created Oct. 10, 2017, 6:33 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « templates/default.tmpl ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 {{ head | safe }} 46 {{ head | safe }}
47 {% endblock %} 47 {% endblock %}
48 </head> 48 </head>
49 <body> 49 <body>
50 <? include layout/header ?> 50 <? include layout/header ?>
51 <div class="outer"> 51 <div class="outer">
52 {% block body %} 52 {% block body %}
53 {{ body | safe }} 53 {{ body | safe }}
54 {% endblock %} 54 {% endblock %}
55 </div> 55 </div>
56 {% block footer %}
57 {{ footer | safe }}
58 {% endblock %}
56 <? include layout/footer ?> 59 <? include layout/footer ?>
57 <script src="/js/main.js"></script> 60 <script src="/js/main.js"></script>
58 </body> 61 </body>
59 <html> 62 <html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld