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

Side by Side Diff: tools/telemetry/third_party/coverage/doc/_templates/px/layout.html

Issue 1366913004: Add coverage Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
(Empty)
1 {%- block doctype -%}
2 <?xml version="1.0" encoding="utf-8" ?>
3 {%- endblock %}
4
5 <page title='{{ title|striptags }}' {% if "b" in release %}index='no'{% endif %} >
6 {% block document -%}
7 {%- block body %} {% endblock -%}
8 {%- endblock %}
9
10 {%- if prev or next %}
11 <p class='pmn pmnbot'>
12 {% if prev %}<span class='p'>&#xab;&#xa0;<i>Previous:</i> <a href="{{ prev.l ink|e }}" title="previous topic">{{ prev.title }}</a></span>{% endif %}
13 {% if next %}<span class='n'><i>Next:</i> <a href="{{ next.link|e }}" title= "next topic">{{ next.title }}</a>&#xa0;&#xbb;</span>{% endif %}
14 </p>
15 {%- endif %}
16
17 </page>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698