Skip to content

Commit

Permalink
Resolved issue where sidebar content was not being rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 28, 2010
1 parent e63c516 commit d2cb147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/projects/create.rjs.erb
Expand Up @@ -2,5 +2,6 @@ $('#info').html("<%= escape_javascript(render :partial => '/common/model_informa
$('#info').append("<%= escape_javascript(render :partial => '/common/model_summary', :locals => {:model => @project, :assoc => :features})%>");

$('#wrapper').append("<%= escape_javascript(render :partial => '/common/sortable_list',:locals => {:models => @project_features, :item_name => 'feature', :assoc => 'step', :order =>true})%>");
$('div#sidebar').html("<%= escape_javascript(render :partial => '/common/sidebar_list_content', :locals => {:models => @project_features, :assoc => 'stories'})%>");

$('#content').renderFlashMessage({flashMessage:"<%=escape_javascript(flash.delete(:notice)) %>"});

0 comments on commit d2cb147

Please sign in to comment.