From: Lucas Bajolet Date: Wed, 3 Jun 2015 15:28:48 +0000 (-0400) Subject: Opportunity: Adds total number of participants to a meetup X-Git-Tag: v0.7.6~64^2 X-Git-Url: http://nitlanguage.org Opportunity: Adds total number of participants to a meetup Signed-off-by: Lucas Bajolet --- diff --git a/contrib/opportunity/src/templates/meetup.nit b/contrib/opportunity/src/templates/meetup.nit index 6eca566..07a5f66 100644 --- a/contrib/opportunity/src/templates/meetup.nit +++ b/contrib/opportunity/src/templates/meetup.nit @@ -356,7 +356,7 @@ redef class Meetup end t.add """ - Total + Total ({{{participants(db).length}}}) """ for i in answers(db) do t.add """
{{{i.count(db)}}}"""