Skip to content

Instantly share code, notes, and snippets.

@serenaf
Created November 7, 2017 10:16
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 serenaf/24fbcd2801e3a364b7314c24ad8ea321 to your computer and use it in GitHub Desktop.
Save serenaf/24fbcd2801e3a364b7314c24ad8ea321 to your computer and use it in GitHub Desktop.
Updating templates
{{#each model as |item|}}
<p>
<strong>id:</strong> {{item.id}}<br>
<strong>title:</strong> {{item.title}}<br>
<strong>points:</strong> {{item.points}}<br>
<strong>time:</strong> {{item.time}}<br>
<strong>time ago:</strong> {{item.timeAgo}}<br>
<strong>comments count</strong> {{story.commentsCount}}<br>
<strong>url</strong> <a href="{{item.url}}">{{item.url}}</a><br>
<strong>domain</strong> <a href="http://{{item.domain}}">{{item.domain}}</a><br>
</p>
<hr>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment