You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/views/exercise/edit.html.erb

16 lines
953 B

<%#= render :partial => 'exercise_form'%>
<div class="edu-class-container edu-position">
<p class="mb10 font-14">
<%= link_to @course.name, course_path(@course), :class => "color-grey-9" %> &gt; <%= link_to "试卷列表", exercise_index_path(:course_id => @course.id), :class => "color-grey-9" %> &gt; <%= link_to "#"+(get_ex_index(@exercise, @course, @is_teacher) + 1).to_s, student_exercise_list_exercise_path(@exercise), :class => "color-grey-9" %> &gt; 编辑
</p>
<div class="edu-con-top user_bg_shadow bor-grey-e clearfix mb20">
<p class="ml15 color-grey3 fl">编辑试卷</p>
<%= 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" %>
</div>
<%= render :partial => "exercise/edu_edit_form", :locals => {:is_edit => true} %>
</div>