librelist archives

« back to archive

How to call gravatar

How to call gravatar

From:
Jack
Date:
2010-10-05 @ 09:02
Hi,

In the ViewHelpers example with gravatar method, how to actually call
this method from template?, how to pass the email argument?

Thanks,
Jack

Re: [mustache] How to call gravatar

From:
Chris Wanstrath
Date:
2010-10-08 @ 22:54
On Tue, Oct 5, 2010 at 2:02 AM, Jack <paccator@gmail.com> wrote:

> In the ViewHelpers example with gravatar method, how to actually call
> this method from template?, how to pass the email argument?

It would probably look like this:

https://gist.github.com/481aea6021028729a253

I've updated the README to reflect this.