Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqizhang committed Feb 20, 2015
1 parent 0e65a2e commit 099d436
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/templates/project.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Template.Project.helpers({
people_list : function(){
return People.find({ _id : { $in : this.people }});
}});
6 changes: 6 additions & 0 deletions client/templates/project.js~
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Template.Project.helpers({
people_list : function(){
console.log("here");
return People.find();
},
});
Binary file added public/images/projects/rppt-teaser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/secrets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 099d436

Please sign in to comment.