Merge branch 'sw_new_course' of http://repository.trustie.net/xianbo/trustie2 into sw_new_course
This commit is contained in:
commit
b690fa0b05
|
@ -12,16 +12,6 @@
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<%= link_to(l(:button_delete), exercise,:method => :delete, :confirm => l(:text_are_you_sure), :remote => true, :class => "polls_de fr ml5 mr10") %>
|
|
||||||
|
|
||||||
<% if exercise.exercise_status == 1 %>
|
|
||||||
<li><%= link_to l(:button_edit), edit_exercise_path(exercise.id), :class => "polls_de fr ml5"%></li>
|
|
||||||
<li class="polls_date fr"><%=exercise.publish_time.nil? ? "未发布" : "将于"+format_time(exercise.publish_time.to_s)+"发布"%></li>
|
|
||||||
<% else%>
|
|
||||||
<li class="polls_de_grey fr ml5" title="未发布的试卷才能进行编辑">编辑</li>
|
|
||||||
<li class="polls_date fr">已发布</li>
|
|
||||||
<% end%>
|
|
||||||
|
|
||||||
<%# if exercise.exercise_status == 2 %>
|
<%# if exercise.exercise_status == 2 %>
|
||||||
<!--<li><a class="polls_de fr ml5" onclick="" href="javascript:">关闭</a></li>-->
|
<!--<li><a class="polls_de fr ml5" onclick="" href="javascript:">关闭</a></li>-->
|
||||||
<%# else %>
|
<%# else %>
|
||||||
|
@ -47,6 +37,16 @@
|
||||||
<li><%= link_to l(:label_statistical_results), student_exercise_list_exercise_path(exercise.id,:course_id => @course.id), :class => "pollsbtn fr mr10"%></li>
|
<li><%= link_to l(:label_statistical_results), student_exercise_list_exercise_path(exercise.id,:course_id => @course.id), :class => "pollsbtn fr mr10"%></li>
|
||||||
<% end%>
|
<% end%>
|
||||||
|
|
||||||
|
<%= link_to(l(:button_delete), exercise,:method => :delete, :confirm => l(:text_are_you_sure), :remote => true, :class => "polls_de fr ml5 mr10") %>
|
||||||
|
|
||||||
|
<% if exercise.exercise_status == 1 %>
|
||||||
|
<li><%= link_to l(:button_edit), edit_exercise_path(exercise.id), :class => "polls_de fr ml10"%></li>
|
||||||
|
<li class="polls_date fr"><%=exercise.publish_time.nil? ? "未发布" : "将于"+format_time(exercise.publish_time.to_s)+"发布"%></li>
|
||||||
|
<% else%>
|
||||||
|
<li class="polls_de_grey fr ml10" title="未发布的试卷才能进行编辑">编辑</li>
|
||||||
|
<li class="polls_date fr">已发布</li>
|
||||||
|
<% end%>
|
||||||
|
|
||||||
<% else%>
|
<% else%>
|
||||||
<% if exercise.exercise_status == 2%>
|
<% if exercise.exercise_status == 2%>
|
||||||
<%# if has_commit%>
|
<%# if has_commit%>
|
||||||
|
|
Loading…
Reference in New Issue