summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/views/my/tutorials/index_view.js.coffee
blob: 543a5866d871b4d7eb0fcc9d011a9ea9865866a6 (plain)
1
2
3
4
5
6
7
8
#= require views/my/tutorials/no_tutorials_view
#= require views/my/tutorials/tutorial_view

class csx.Views.My.Tutorials.IndexView extends Marionette.CollectionView
  childView: csx.Views.My.Tutorials.TutorialView
  emptyView: csx.Views.My.Tutorials.NoTutorialsView
  className: ''
  tagName: 'div'