|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
:method => :post}
|
|
|
|
|
} do |f| %>
|
|
|
|
|
<%= render :partial => 'boards/course_message_edit',
|
|
|
|
|
:locals => {:f => f, :edit_mode => true, :topic => @message} %>
|
|
|
|
|
:locals => {:f => f, :edit_mode => true, :topic => @message, :course => @message.course} %>
|
|
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|