Skip to content

Instantly share code, notes, and snippets.

@cloke
Created August 20, 2012 18:59
Show Gist options
  • Select an option

  • Save cloke/3406730 to your computer and use it in GitHub Desktop.

Select an option

Save cloke/3406730 to your computer and use it in GitHub Desktop.
<ul>
{{#each email in view.content}}
{{#email_timecheck email.nice_created_at}}
{{/email_timecheck}}
Handlebars.registerHelper 'email_timecheck', (conditional, block) ->
time = this.get(conditional)
if(time != News.masterView.get('email_time'))
News.masterView.set('email_time', time)
'<li class="mal-li-divider">' + time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment