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

Side by Side Diff: templates/raw.tmpl

Issue 29699557: Issue 6027 - Redirect help.eyeo.com to help.eyeo.com/adblockplus (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Feb. 16, 2018, 3:20 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
« no previous file with comments | « pages/index.tmpl ('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
(Empty)
1 <!DOCTYPE html>
2 <!--
3 This file is part of help.eyeo.com.
4 Copyright (C) 2017-present eyeo GmbH
5
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
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 help.eyeo.com is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
18 -->
19 <html
20 lang="{{ locale }}"
21 dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}"
22 class="no-js">
23 <head>
24 {% block head %}
25 {{ head | safe }}
26 {% endblock %}
27 </head>
28 <body>
29 {% block body %}
30 {{ body | safe }}
31 {% endblock %}
32 </body>
33 <html>
OLDNEW
« no previous file with comments | « pages/index.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld