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

Unified Diff: pages/committee/members.tmpl

Issue 29563574: Issue 5811 - Add Marty and Michael to acceptableads.com/committee/members (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created Oct. 3, 2017, 8:39 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/committee/members.tmpl
===================================================================
--- a/pages/committee/members.tmpl
+++ b/pages/committee/members.tmpl
@@ -378,16 +378,30 @@
},
{
"group": "Advertisers",
"position": "Member",
"name": "Elizabeth Johnson",
"title": "Director, Growth & Emerging Media",
"org": "Ad Coucil",
},
+ {
+ "group": "Ad Tech Agencies",
+ "position": "Member",
+ "name": "Marty Kratky-Katz",
+ "title": "CEO",
+ "org": "Blockthrough",
+ },
+ {
+ "group": "User Agents",
+ "position": "Representative",
+ "name": "Michael O'Neill",
+ "title": "Co-Founder & CTO",
+ "org": "Baycloud Systems",
+ },
] %}
{% macro member_list(group, position) -%}
{% set count = [] %}
{% for member in members %}
{% if member.group == group and member.position == position %}
{% if (count | length) == 0 %}
<ul class="member-list">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld