fix collections pages

Change-Id: Ibc02dd592fd7387a3d6e3b4192323cd08ce5a13c
This commit is contained in:
Ryan Shaw 2012-06-27 11:47:13 -06:00
parent b8b0533198
commit e04698eb90
2 changed files with 3 additions and 4 deletions

View File

@ -2,12 +2,11 @@ define [
'Backbone'
'underscore'
'compiled/fn/preventDefault'
'compiled/collections/CommentCollection'
'jst/CommentsView'
# needed by CommentsView
'jst/_avatar'
], (Backbone, _, preventDefault, KollectionCollection, template) ->
], (Backbone, _, preventDefault, template) ->
class CommentsView extends Backbone.View

View File

@ -1,6 +1,6 @@
<%
@use_new_styles = true
@body_classes << 'no-page-block'
js_bundle :collections_app
jammit_css :collections_app
%>
<div id="collectionsApp" class="container v-gutter"></div>
<div id="collectionsApp"></div>