Skip to content

Commit

Permalink
Fixed bug where the the hover items where not being rendered.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 30, 2010
1 parent 65f3a2a commit 3a3b08a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/features/index.rjs.erb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
$('#list').html("<%= escape_javascript(render :partial => '/common/sortable_list',:locals => {:models => @features, :item_name => 'feature', :assoc => 'story', :order =>false})%>");
$('div.list').replaceWith("<%= escape_javascript(render :partial => '/common/sortable_list',:locals => {:models => @features, :item_name => 'feature', :assoc => 'story', :order =>false})%>");
$('div#sidebar').html("<%= escape_javascript(render :partial => '/common/sidebar_list_content', :locals => {:models => @features, :assoc => 'stories'})%>");

0 comments on commit 3a3b08a

Please sign in to comment.