学生答题页面的实训详情改为开始实战

dev_local
cxt 6 years ago
parent 514c043e19
commit c3c020a404

@ -157,7 +157,7 @@
</p> </p>
<% if exercise_question.question_type == 5 %> <% if exercise_question.question_type == 5 %>
<p class="fr exam_operator font-18"> <p class="fr exam_operator font-18">
<%= link_to '实训详情', shixun_path(exercise_question.shixun), :target => "_blank", :class => "mr5 white-btn orange-btn" %> <%= link_to '开始实战', shixun_exec_shixun_path(exercise_question.shixun), :class => "mr5 white-btn orange-btn", :target => "_blank" %>
</p> </p>
<% end %> <% end %>
</div> </div>

Loading…
Cancel
Save