mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
11 lines
233 B
JavaScript
11 lines
233 B
JavaScript
![]() |
Template[getTemplate('currentVersion')].helpers({
|
||
|
currentVersion: function () {
|
||
|
return Versions.find({read: false}).fetch()[0];
|
||
|
}
|
||
|
});
|
||
|
|
||
|
Meteor.startup(function () {
|
||
|
heroModules.push({
|
||
|
template: 'currentVersion'
|
||
|
});
|
||
|
});
|