Vulcan/client/views/users/user_profile.js

8 lines
194 B
JavaScript
Raw Normal View History

2014-07-05 11:24:28 +09:00
Template[getTemplate('user_profile')].helpers({
2014-12-08 14:53:26 +09:00
userProfileBlocks: function () {
return userProfileDisplay;
2013-10-23 19:43:42 +09:00
},
2014-12-08 14:53:26 +09:00
getTemplate: function () {
return getTemplate(this.template);
}
2014-12-08 14:53:26 +09:00
});