班级留言
<% if User.current.logged? %>
<%= link_to image_tag(url_to_avatar(User.current),:class=>"fl mr10", :width => "50", :height => "50"), :alt => "用户头像" %>
<%= form_for('new_form',:url => leave_course_message_path(@course.id), :html =>{:id => "course_feedback_new"}, :method => "post") do |f|%> <%= render :partial => "users/jour_form", :locals => {:f => f, :object => @course} %> 留言 取消 <% end %>
<% end %> <%=render :partial => "course_jours_list", :locals => {:jours =>@jours, :page => 0, :count => @jour_count} %>