From 372de9932aa5537d50a35e4cd0f42298599f2610 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Fri, 6 Jun 2014 11:24:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=89=88=E7=AB=9E=E8=B5=9B?= =?UTF-8?q?=E5=AD=90=E7=AB=99=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/_base_footer.html.erb | 12 ++++++------ config/locales/en.yml | 14 +++++++++++++- config/locales/zh.yml | 7 +++++++ 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/app/views/layouts/_base_footer.html.erb b/app/views/layouts/_base_footer.html.erb index baf438cb2..d0ae0fbfb 100644 --- a/app/views/layouts/_base_footer.html.erb +++ b/app/views/layouts/_base_footer.html.erb @@ -7,12 +7,12 @@

- 主办单位: - <%= link_to "国防科学技术大学并行与分布处理国家重点实验室","http://www.nudt.edu.cn/ArticleShow.asp?ID=47",:target=>"_blank"%> - <%= link_to "计算机科学与技术系", "http://www.nudt.edu.cn/ArticleShow.asp?ID=41", :target => "_blank" %> - 版权@2007~2014 - <%= link_to "联系我们","http://forge.trustie.net/projects/2/member", :target=>"_blank" %> - <%= link_to "湘ICP备09019772","http://www.miibeian.gov.cn/", :target => "_blank" %> + <%=l(:label_organizers)%> + <%= link_to l(:label_organizers_information),"http://www.nudt.edu.cn/ArticleShow.asp?ID=47",:target=>"_blank"%> + <%= link_to l(:label_organizers_information_institute), "http://www.nudt.edu.cn/ArticleShow.asp?ID=41", :target => "_blank" %> + <%=l(:label_copyright)%>@2007~2014 + <%= link_to l(:label_contact_us),"http://forge.trustie.net/projects/2/member", :target=>"_blank" %> + <%= link_to l(:label_record),"http://www.miibeian.gov.cn/", :target => "_blank" %>