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

Unified Diff: templates/default.tmpl

Issue 29359623: Issue 3819 - Add Jobs link to the footer (Closed)
Patch Set: Created Oct. 25, 2016, 10:52 a.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 | « locales/en/menu.json ('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
@@ -182,6 +182,7 @@
{{pageitem("source")}}
<li><a href="https://issues.adblockplus.org/report/13" hreflang="en">{{get_string("roadmap", "menu")}}</a></li>
{{pageitem("tools")}}
+ <li><a href="https://eyeo.com/jobs/" hreflang="en">{{get_string("jobs", "menu")}}</a></li>
juliandoucette 2016/10/25 11:15:22 Why are we using get_string here?
saroyanm 2016/10/25 12:09:19 get_string is using a file to select the string, i
juliandoucette 2016/10/25 12:15:46 Acknowledged.
</ul>
</section>
</nav>
« no previous file with comments | « locales/en/menu.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld