Show message when no updates are available

This commit is contained in:
Mark McDowall 2014-04-03 19:16:48 -07:00
parent e5263f143d
commit 30e66afb20
3 changed files with 16 additions and 3 deletions

View file

@ -0,0 +1,10 @@
'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.ItemView.extend({
template: 'System/Update/EmptyViewTemplate'
});
});