From 6b95c9ced891d3d96e7c52dd3ae0422919904170 Mon Sep 17 00:00:00 2001 From: jingquan huang Date: Fri, 26 Jul 2019 21:46:01 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/update.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/update.html b/public/update.html index 2be5462a..3023eda8 100644 --- a/public/update.html +++ b/public/update.html @@ -53,10 +53,10 @@ If you continue to experience problems please contact your Trustie administrator

- 温馨提示:为了给大家提供更优质的服务 + 温馨提示:因第三方云服务升级,为了给大家提供更优质的服务

- 平台拟于2019年7月22日10:40--2019年7月22号11:00进行全面升级,带来不便,敬请谅解! + 平台拟于2019年7月26日22:00--2019年7月26号11:30进行全面升级,带来不便,敬请谅解!

user_tidings.html.erb From 717e646ddfedd78c3496007ccee1edde25634caf Mon Sep 17 00:00:00 2001 From: jingquan huang Date: Fri, 26 Jul 2019 21:54:10 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=A4=A7=E8=B5=9B=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/update.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/update.html b/public/update.html index 3023eda8..d900d445 100644 --- a/public/update.html +++ b/public/update.html @@ -58,6 +58,6 @@ If you continue to experience problems please contact your Trustie administrator

平台拟于2019年7月26日22:00--2019年7月26号11:30进行全面升级,带来不便,敬请谅解!

- user_tidings.html.erb + From a99b85b280177a61ca34cf3c5ee83c8b951f1ad9 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Sat, 27 Jul 2019 16:02:01 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E7=AB=9E=E8=B5=9B-=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=87=E6=B3=A8=E7=BB=84-title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/competitions/_gq_second_code_competition.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/competitions/_gq_second_code_competition.html.erb b/app/views/competitions/_gq_second_code_competition.html.erb index 7e681b2e..bc54e485 100644 --- a/app/views/competitions/_gq_second_code_competition.html.erb +++ b/app/views/competitions/_gq_second_code_competition.html.erb @@ -82,7 +82,7 @@ second_section = stage.competition_stage_sections[1] %>
"> -

<%= stage.name %>

+

<%= index == 2 ? '经典算法阅读与标注' : index == 3 ? '自然语言处理NLP' : '深度学习框架' %>

-
+
<% if User.current.logged? %> <%= link_to (image_tag(url_to_avatar(User.current), :width =>"34", :height => "34", :class => "radius", :nhname => "avatar_image", :alt=>"头像", :id => "nh_user_logo")), user_path(User.current),:class => "fr mt15 ml40" %>
    diff --git a/app/views/layouts/_logined_header.html.erb b/app/views/layouts/_logined_header.html.erb index 35e39ac6..5089fb28 100644 --- a/app/views/layouts/_logined_header.html.erb +++ b/app/views/layouts/_logined_header.html.erb @@ -50,7 +50,7 @@
-
+
<%= link_to (image_tag(url_to_avatar(User.current), :width =>"34", :height => "34", :class => "radius mt13", :nhname => "avatar_image", :alt=>"头像", :id => "nh_user_logo")), user_path(User.current),:class => "fl" %>
    <%= User.current.show_name %> diff --git a/app/views/layouts/_unlogin_header.html.erb b/app/views/layouts/_unlogin_header.html.erb index 11aabde9..17b5ea12 100644 --- a/app/views/layouts/_unlogin_header.html.erb +++ b/app/views/layouts/_unlogin_header.html.erb @@ -50,7 +50,7 @@
- +
登录 注册