Vulcan/client/views/users/user_profile.js

8 lines
195 B
JavaScript
Raw Normal View History

2014-07-05 11:24:28 +09:00
Template[getTemplate('user_profile')].helpers({
2014-12-08 20:36:46 +09:00
userProfileDisplay: function () {
2014-12-08 14:53:26 +09:00
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
});