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

Side by Side Diff: macros/pageitem.tmpl

Issue 29630614: [Demo] Issue 6047 - Missing background on uninstallation page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Dec. 5, 2017, 10:25 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 | « includes/styles.tmpl ('k') | pages/index.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {% macro pageitem(name) %}
2 {% if name == page %}
3 <li class="selected">{{get_string(name, "menu")}}</li>
4 {% else %}
5 <li>{{name|linkify}}{{get_string(name, "menu")}}</a></li>
6 {% endif %}
7 {% endmacro %}
OLDNEW
« no previous file with comments | « includes/styles.tmpl ('k') | pages/index.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld