重新调整了:评奖,暂未评奖,未评奖

This commit is contained in:
wanglinchun 2014-05-14 16:29:46 +08:00
parent 4ea8611942
commit d019a4d9ce
2 changed files with 5 additions and 0 deletions

View File

@ -201,6 +201,8 @@
<% if get_prize(c_project).nil? or get_prize(c_project) == "" %>
<% if @contest.deadline < Date.today %>
<%= l(:label_noawards)%>
<% else%>
<%= l(:label_noawards_current)%>
<% end %>
<% else %>
<% case get_prize(c_project) %>
@ -283,6 +285,8 @@
<% if get_prize(c_softapplication).nil? or get_prize(c_softapplication) == "" %>
<% if @contest.deadline < Date.today %>
<%= l(:label_noawards)%>
<% else%>
<%= l(:label_noawards_current)%>
<% end %>
<% else %>
<% case get_prize(c_softapplication) %>

View File

@ -1893,6 +1893,7 @@ zh:
label_relation_files: 关联已有资源
label_contest_settings: 配置竞赛
label_contest_delete: 删除竞赛
label_noawards_current: 暂未评奖
# ajax异步验证
modal_valid_passing: 可以使用