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

Unified Diff: templates/default.tmpl

Issue 29552657: Issue 5749 - Remove iOS and android support from adblockbrowser.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockbrowser.org
Patch Set: Created Sept. 22, 2017, 1:03 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/js/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -42,30 +42,17 @@
</head>
<body>
<header>
<div class="content-block">
<div>
{{"index"|linkify(id="logo")}}
<img src="/images/adblock-browser-logo.png" alt="{{get_string("abb-logo-alt", "header")}}" />
</a>
- <a href="#" id="hamburger">
- <img src="/images/hamburger.png" alt="{{get_string("hamburger-image-alt", "header")}}" />
- </a>
</div>
- <nav class="closed">
- <ul>
- <li>
- <a href="ios-support">{{get_string("support-ios", "header")}}</a>
- </li>
- <li>
- <a href="android-support">{{get_string("support-android", "header")}}</a>
- </li>
- </ul>
- </nav>
<a href="https://adblockplus.org/" id="bookmark">
<span>{{get_string("bookmark", "header")}}</span>
<img src="/images/abp-grey-logo.png" alt="{{get_string("abp-logo-alt", "header")}}" />
</a>
</div>
</header>
<div id="content-wrapper">
<div id="content" class="content-block">
« no previous file with comments | « static/js/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld