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

Unified Diff: pages/team.tmpl

Issue 5097747367591936: Issue 332 - Add country flags to team page (Closed)
Patch Set: Created April 29, 2014, 4:29 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/globals.tmpl ('k') | static/css/styles.css » ('j') | 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
@@ -6,10 +6,11 @@
{%- from "includes/globals" import people %}
-{%- macro profile(date, image, name, title, description) %}
+{%- macro profile(date, 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=""/>
</p>
<h3 class="heading centered"><span>{{title}}</span></h3>
<h1>{{name}}</h1>
@@ -27,3 +28,5 @@
{{profile(*person)}}
{%- endfor %}
</div>
+
+<!-- Flag icons: Copyright (c) 2013 Go Squared Ltd. http://www.gosquared.com/ -->
Wladimir Palant 2014/04/29 18:19:53 "The above copyright notice and this permission no
Thomas Greiner 2014/04/30 14:13:59 This addition was approved by Kai beforehand altho
Felix Dahlke 2014/04/30 15:04:31 Why not just do what they ask for and include the
« no previous file with comments | « includes/globals.tmpl ('k') | static/css/styles.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld