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/poll/edit.html.erb

14 lines
739 B

6 years ago
<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 "问卷列表", poll_index_path(:course_id => @course.id),:class => "color-grey-9" %> &gt; <%= link_to "#"+(get_poll_index(@poll, @course, @is_teacher) + 1).to_s, student_poll_list_poll_path(@poll) ,: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_poll_list_poll_path(@poll), :class => "fr font-12 color-grey mr15 mt5" %>
</div>
<%= render :partial => "poll/edit_form", :locals => {:is_edit => true} %>
</div>