Skip to content

Instantly share code, notes, and snippets.

@matthisk
Created December 14, 2015 10:09
Show Gist options
  • Save matthisk/5ede550906cffe381a23 to your computer and use it in GitHub Desktop.
Save matthisk/5ede550906cffe381a23 to your computer and use it in GitHub Desktop.
Stream-meteor whats cooking check activity verb
{{#each activities}}
{{# if equals this.verb 'cook'}}
{{> activity}}
{{else}}
{{> bookmark}}
{{/if}}
{{else}}
<div class="wrapper-message">
<div class="title-message">No one is cooking yet!</div>
<div class="subtitle-message">Share that you made a recipe and it will show up here.</div>
</div>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment