Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 22, 2010
1 parent e61cad8 commit ff1ee2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/stories/create.rjs.erb
@@ -1,6 +1,6 @@
$('#wrapper')
.html("<%= escape_javascript(render :partial => '/common/model_info_and_summary', :locals => {:model => @story, :assoc => :steps})%>");
.append("<%= escape_javascript(render :partial => '/common/panels/story', :locals => {:story => @story}) %>");
.html("<%= escape_javascript(render :partial => '/common/model_info_and_summary', :locals => {:model => @story, :assoc => :steps})%>")
.append("<%= escape_javascript(render :partial => '/common/panels/story', :locals => {:story => @story}) %>")
.append("<%= escape_javascript(render :partial => '/common/sortable_list',
:locals => {:models => @story_steps,
:item_name => 'step',
Expand Down

0 comments on commit ff1ee2d

Please sign in to comment.