Added Resources, improved layout
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Template.gridPadding.helpers({
|
||||
//create a list of true values with length = num
|
||||
list: function(){
|
||||
return _.range(1, this.num);
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user