Add classes to application and dashboard views
This commit is contained in:
parent
03ef70c82a
commit
eb00c7104e
|
@ -1,5 +1,6 @@
|
||||||
Travis.reopen
|
Travis.reopen
|
||||||
ApplicationView: Travis.View.extend
|
ApplicationView: Travis.View.extend
|
||||||
|
classNames: ['application']
|
||||||
click: (event) ->
|
click: (event) ->
|
||||||
# TODO: this solves the case of closing menus and popups,
|
# TODO: this solves the case of closing menus and popups,
|
||||||
# but I would like to rewrite it later, not sure how
|
# but I would like to rewrite it later, not sure how
|
||||||
|
|
|
@ -4,5 +4,6 @@ TravisView = Travis.View
|
||||||
|
|
||||||
View = TravisView.extend
|
View = TravisView.extend
|
||||||
layoutName: 'layouts/dashboard'
|
layoutName: 'layouts/dashboard'
|
||||||
|
classNames: ['dashboard']
|
||||||
|
|
||||||
Travis.DashboardView = View
|
Travis.DashboardView = View
|
||||||
|
|
Loading…
Reference in New Issue
Block a user