Added build date to footer

This commit is contained in:
Mark McDowall 2013-06-15 15:18:41 -07:00
parent d538fe62cf
commit d3d937afcc
6 changed files with 18 additions and 6 deletions

View file

@ -8,6 +8,7 @@ define(['app',
initialize: function () {
this.model = new NzbDrone.Shared.Footer.Model();
this.model.set('version', NzbDrone.Constants.Version);
this.model.set('buildDate', NzbDrone.Constants.BuildDate);
}
});