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

Unified Diff: templates/default.tmpl

Issue 29334188: Issue 3023 - Returning to the homepage resets the language on adblockbrowser.org (Closed)
Patch Set: Created Jan. 21, 2016, 3:49 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 | « no previous file | 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
@@ -32,7 +32,7 @@
<header>
<div class="content-block">
<div>
- <a href="/" id="logo">
+ {{""|linkify(id="logo")}}
saroyanm 2016/01/22 16:26:25 Seems like we will still need to use "index" as th
juliandoucette 2016/01/25 14:56:05 Done.
<img src="/images/adblock-browser-logo.png" alt="{{get_string("abb-logo-alt", "header")}}" />
</a>
<a href="#" id="hamburger">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld