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

Unified Diff: pages/team.tmpl

Issue 29347257: Issue 3997 - Wrong information about employees on Eyeo.com (Closed)
Patch Set: Separated country and flag global variables Created July 8, 2016, 4:43 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 | « includes/size-of-team-countries.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/team.tmpl
===================================================================
--- a/pages/team.tmpl
+++ b/pages/team.tmpl
@@ -1,21 +1,21 @@
title=Meet the Team
<header class="page-title">
<h1>Meet the Team</h1>
</header>
{%- from "includes/globals" import people %}
-{%- macro profile(date, country, image, name, title, description) %}
+{%- macro profile(date, flag, country, image, name, title, description) %}
<div class="profile column">
<p>
<img class="profile-image" src="/images/people/{{image}}" width="120" height="120" alt=""/>
- <img class="country-image" src="/images/flags/{{country}}.png" width="30" height="30" alt=""/>
+ <img class="country-image" src="/images/flags/{{flag}}.png" width="30" height="30" alt=""/>
</p>
<h3 class="heading centered"><span>{{title}}</span></h3>
<h1>{{name}}</h1>
<h2>{{description}}</h2>
</div>
{% endmacro %}
<div class="content-block columns-container four-columns">
« no previous file with comments | « includes/size-of-team-countries.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld