From 12ad20cf3b8e4067e9b23443b01fd6008a7fbc87 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Tue, 29 Apr 2014 10:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=98=BE=E7=A4=BA=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E4=B8=BA=EF=BC=9A=E5=BA=94=E7=94=A8=E5=88=97=E8=A1=A8?= =?UTF-8?q?-Trustie=E2=80=94=E2=80=94=E4=B8=BA=E5=A4=A7=E5=AD=A6=E7=94=9F?= =?UTF-8?q?=E6=8A=80=E6=9C=AF=E5=88=9B=E6=96=B0=E7=AD=91=E5=B7=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/softapplications/index.html.erb | 19 +++---------------- config/locales/zh.yml | 1 + 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/app/views/softapplications/index.html.erb b/app/views/softapplications/index.html.erb index 925fa7db5..eed781465 100644 --- a/app/views/softapplications/index.html.erb +++ b/app/views/softapplications/index.html.erb @@ -36,21 +36,6 @@ <%=render :partial => 'layouts/base_softapplication_index_top_content'%> - - - -
<% @softapplications.each do |softapplication| %>
@@ -79,4 +64,6 @@
      -
\ No newline at end of file +
+ +<% html_title l(:label_softapplication_list)%> \ No newline at end of file diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 9fe2ad6ef..74d9898ca 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1859,5 +1859,6 @@ zh: label_no_ftapplication: 暂无应用 label_edit_softapplication: 修改应用 label_contest_delete: 删除竞赛 + label_softapplication_list: 应用列表 \ No newline at end of file