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

Unified Diff: includes/size-of-team-plus-one.tmpl

Issue 5507124440334336: Made the team size calculated dynamically, based on the list of team members, which is defined only… (Closed)
Patch Set: Addressed comments Created Dec. 12, 2013, 10:25 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 | « includes/size-of-team.tmpl ('k') | pages/team.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/size-of-team-plus-one.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/size-of-team-plus-one.tmpl
@@ -0,0 +1,2 @@
+{%- from "includes/globals" import people -%}
+{{- people|length + 1 -}}
« no previous file with comments | « includes/size-of-team.tmpl ('k') | pages/team.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld