调整了参赛项目的显示顺序,按照时间降序

exceptionHandle
wanglinchun 11 years ago
parent 8f0ee69b8b
commit ca38afff61

@ -185,7 +185,7 @@
<% if @contest.id == 2 or @contest.id == 3 or @contest.id == 6 %>
<% @contesting_project.each do |c_project|%>
<% @contesting_project.sort.reverse.each do |c_project|%>
<% if c_project.project %>
<div style="padding-left: 18px">
<div style="font-size: 15px">

Loading…
Cancel
Save