From 3edb1114c3c4a752f97761de4527491eedea50bd Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Thu, 8 May 2014 19:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E8=B5=9B=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E7=9A=84=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=98=BE=E7=A4=BA=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layouts/_base_softapplication_index_top_content.html.erb | 2 +- app/views/softapplications/index.html.erb | 2 +- config/locales/zh.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/_base_softapplication_index_top_content.html.erb b/app/views/layouts/_base_softapplication_index_top_content.html.erb index 93b177b9..d029d27e 100644 --- a/app/views/layouts/_base_softapplication_index_top_content.html.erb +++ b/app/views/layouts/_base_softapplication_index_top_content.html.erb @@ -15,7 +15,7 @@ <%=link_to request.host()+"/softapplications", :controller=>'softapplications', :action=>'index' %> <%=link_to l(:field_homepage), home_path %> > - <%=link_to l(:label_contest_softapplication), :controller=>'softapplications', :action=>'index' %> + <%=link_to l(:label_contest_work), :controller=>'softapplications', :action=>'index' %> diff --git a/app/views/softapplications/index.html.erb b/app/views/softapplications/index.html.erb index a670c9fa..d9d0a2b2 100644 --- a/app/views/softapplications/index.html.erb +++ b/app/views/softapplications/index.html.erb @@ -36,4 +36,4 @@ -<% html_title l(:label_softapplication_list)%> \ No newline at end of file +<% html_title l(:label_contest_work_list)%> \ No newline at end of file diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 228145df..7d5cd8d7 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1871,6 +1871,7 @@ zh: label_edit_softapplication: 修改应用 label_contest_delete: 删除竞赛 label_softapplication_list: 应用列表 + label_contest_work_list: 参赛作品列表 label_attending_contest: 我要参赛 label_coursefile_sharingarea: 课程资源共享区