Created
April 21, 2014 11:01
-
-
Save Trindaz/11139437 to your computer and use it in GitHub Desktop.
client/views/posts/post_item.html from Discover Meteor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template name="postItem"> | |
<div class="post"> | |
<div class="post-content"> | |
<h3><a href="{{url}}">{{title}}</a><span>{{domain}}</span></h3> | |
</div> | |
<a href="{{postPagePath this}}" class="discuss btn">Discuss</a> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment