You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mustache
Suppose I have an array of arbitrary length with a user's friends. I
want to write out "0 friends" "1 friend" or "2 friends" depending on
the quantity, and I am unsure how to do this in a logicless way.
Chris Wanstrath
unread,
Jul 3, 2010, 4:16:26 PM7/3/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to musta...@googlegroups.com
I would do it in your view class. That's where all the logic should live.