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

Unified Diff: templates/default.tmpl

Issue 4946299447148544: Issue 1761 - services page on Eyeo.com (Closed)
Patch Set: Acceptable Ads text concretisation Created May 11, 2015, 3:48 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 | « pages/services.html ('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
@@ -39,7 +39,7 @@
<a href="{{source.resolve_link("jobs", locale)[1]}}" hreflang="{{source.resolve_link("jobs", locale)[0]}}" class="menu-button">Join us - we are hiring!</a>
<ul class="menu-list">
- {%- for link, title in [("index", "About Us"), ("team", "Team"), ("press", "Press"), ("contact", "Contact Us")] %}
+ {%- for link, title in [("index", "About Us"), ("services", "Services"), ("team", "Team"), ("press", "Press"), ("contact", "Contact Us")] %}
{%- if link == page %}
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item current_page_item">{{link|linkify}}<span>{{title}}</span></a></li>
{%- else %}
« no previous file with comments | « pages/services.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld