Skip to content

Instantly share code, notes, and snippets.

@matthisk
Created December 14, 2015 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthisk/10599057281391e9cfad to your computer and use it in GitHub Desktop.
Save matthisk/10599057281391e9cfad to your computer and use it in GitHub Desktop.
<template name="activity">
{{#with object}}
<a href="{{path}}" class="item-activity">
<span class="attribution">
<span class="avatar">
<img src="{{userAvatar}}" class="image-avatar">
</span>
<span class="meta">
<span class="author">{{firstName}}</span> made <span class="recipe">{{recipeTitle}}</span>: {{text}}
{{#if place}}<span class="location">&mdash;{{place}}</span>{{/if}}
</span>
</span>
<div class="bg-image" style="background-image: url('{{image}}');"></div>
</a>
{{/with}}
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment