Skip to content

Instantly share code, notes, and snippets.

@SachaG
Created September 5, 2012 02:36
Show Gist options
  • Save SachaG/3629452 to your computer and use it in GitHub Desktop.
Save SachaG/3629452 to your computer and use it in GitHub Desktop.
Template.single_comment.post = function(){
var selected_comment = Comments.findOne({_id:Session.get('selected_comment_id')});
if(selected_comment){
var post = selected_comment.post;
return post;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment