diff --git a/app/views/contests/show_attendingcontest.html.erb b/app/views/contests/show_attendingcontest.html.erb
index f8c231550..3f8ef4264 100644
--- a/app/views/contests/show_attendingcontest.html.erb
+++ b/app/views/contests/show_attendingcontest.html.erb
@@ -136,34 +136,35 @@
<% else %>
<%= l(:label_noawards_current) %>
<% end %>
- <% else %>
- <% case get_prize(c_project) %>
- <% when '-1' %>
- <%= image_tag("/images/bid/special_reward.png") %>
- <% when '0' %>
- <%= image_tag("/images/bid/first_reward.png") %>
- <% when '1' %>
- <%= image_tag("/images/bid/second_reward.png") %>
- <% when '2' %>
- <%= image_tag("/images/bid/third_reward.png") %>
- <% when '3' %>
- <%= image_tag("/images/bid/forth_reward.png") %>
- <% when '4' %>
- <%= image_tag("/images/bid/fifth_reward.png") %>
- <% when '5' %>
- <%= image_tag("/images/bid/qualified.png") %>
- <% end %>
- <% end %>
+ <% else %>
+ <% case get_prize(c_project) %>
+ <% when '-1' %>
+ <%= image_tag("/images/bid/special_reward.png") %>
+ <% when '0' %>
+ <%= image_tag("/images/bid/first_reward.png") %>
+ <% when '1' %>
+ <%= image_tag("/images/bid/second_reward.png") %>
+ <% when '2' %>
+ <%= image_tag("/images/bid/third_reward.png") %>
+ <% when '3' %>
+ <%= image_tag("/images/bid/forth_reward.png") %>
+ <% when '4' %>
+ <%= image_tag("/images/bid/fifth_reward.png") %>
+ <% when '5' %>
+ <%= image_tag("/images/bid/qualified.png") %>
+ <% end %>
+ <% end %>
- <% if ((User.current.id == @contest.author_id) && (@contest.deadline > Date.today))||User.current.admin %>
+ <% if ((User.current.id == @contest.author_id) && (@contest.deadline >= Date.today))||User.current.admin %>
+
<%= toggle_link l(:label_reward), c_project.id.to_s %>
-
+
<%= form_for "set_reward_project", :remote => true, :url => set_reward_project_contest_path do |f| %>
<%= f.text_field :c_id, :style => "display:none", :value => c_project.id, :size => "0" %>
<%= f.select :reward, "
@@ -176,8 +177,9 @@
<%= f.submit :value => l(:button_submit), :class => "submit" %>
<% end %>
- |
- <% end %>
+
+
+ <% end %>
@@ -282,7 +284,7 @@
- <% if ((User.current.id == @contest.author_id) && (@contest.deadline > Date.today))||User.current.admin %>
+ <% if ((User.current.id == @contest.author_id) && (@contest.deadline >= Date.today))||User.current.admin %>
<%= toggle_link '评奖', c_softapplication.id.to_s %>
diff --git a/app/views/organizations/index.html.erb b/app/views/organizations/index.html.erb
index a5773ba2f..3e0e507c5 100644
--- a/app/views/organizations/index.html.erb
+++ b/app/views/organizations/index.html.erb
@@ -9,7 +9,7 @@
<% unless project.enterprise_name.blank? %>
<% end %>
<% end %>
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 227d50d5a..50c29bd05 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -2224,7 +2224,7 @@ zh:
label_project_deposit: 项目托管
label_course_practice: 课程实践
label_forum_all: 公共贴吧
- label_school_all: 中国高校
+
label_enterprise_all: 组织
label_contest_innovate: 创新竞赛
label_software_user: 软件创客
diff --git a/lib/email_verifier b/lib/email_verifier
index 3cabcc643..222a9bdd7 160000
--- a/lib/email_verifier
+++ b/lib/email_verifier
@@ -1 +1 @@
-Subproject commit 3cabcc643f36939939685e6f55273dfbf89da545
+Subproject commit 222a9bdd72014f197baf2131ab71cc41660111ed
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index b11509e14..cbd383151 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -14,7 +14,7 @@ h4 {border-bottom: 1px dotted #bbb;}
.syqy_box{ margin-left:-30px; margin-top:5px;}
.syqy_box ul li{ float:left; margin-right:10px; border:1px solid #e3e3e3; width:215px; height:30px; padding:5px; padding-right:0px; margin-bottom:10px; overflow:hidden; text-overflow:ellipsis;font-size:14px; color:#464646;white-space: nowrap; }
.syqy_box ul li img{ float:left; margin-right:3px; }
-.syqy_box ul li a { font-size:14px; color:#464646; height:30px; padding-top:500px;}
+.syqy_box ul li a { float:left;font-size:14px; color:#464646; height:30px; padding-top:4px; width: 175px; overflow:hidden; text-overflow:ellipsis;}
.syqy_box ul li a:hover{color:#15bccf;}
a.syqy_wenzi{ padding-bottom:10px; border:1px solid red;}
/*current position*/