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

Unified Diff: templates/default.tmpl

Issue 29370658: Issue 4462 - Update styles on Eyeo.com to match new logo (Closed)
Patch Set: See notes on last changeset Created Jan. 12, 2017, 3:06 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/css/styles.css ('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
@@ -49,17 +49,17 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<nav id="menu" role="navigation" aria-labelledby="header-hamburger" aria-expanded="false">
<h1 class="assistive-text">Main menu</h1>
<ul class="menu-list">
- {%- for link, title in [("index", "About Us"), ("services", "Services"), ("team", "Team"), ("press", "Press"), ("contact", "Contact Us")] %}
+ {%- for link, title in [("index", "About"), ("services", "Services"), ("team", "Team"), ("press", "Press"), ("contact", "Contact")] %}
{%- if link == page %}
<li class="current-menu-item">
{{link|linkify}}
<span>{{title}}</span>
</a>
</li>
{%- else %}
<li>
« no previous file with comments | « static/css/styles.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld