%#= render :partial => 'exercise_form'%>
<%= link_to @course.name, course_path(@course), :class => "color-grey-9" %> > <%= link_to "试卷列表", exercise_index_path(:course_id => @course.id), :class => "color-grey-9" %> > <%= link_to "#"+(get_ex_index(@exercise, @course, @is_teacher) + 1).to_s, student_exercise_list_exercise_path(@exercise), :class => "color-grey-9" %> > 编辑
编辑试卷
<%= link_to "返回", student_exercise_list_exercise_path(@exercise), :class => "fr font-12 color-grey mr15 mt5" %> <%#= link_to "设置", student_exercise_list_exercise_path(@exercise, :tab => 3), :class => "fr font-12 mr15 mt5 color-grey" %>