diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 31cf824d7..67b3d46c4 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -34,6 +34,7 @@ <%= render :partial => 'queries/filters', :locals => {:query => @query} %> +
<%= link_to_function l(:label_issue_query), 'submit_query_form("query_form")', :class => 'icon icon-checked' %> <%= link_to l(:label_issue_cancel_query), {:set_filter => 1, :project_id => @project}, :class => 'icon icon-reload' %> diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 9fce654b4..1d66874ee 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -2105,4 +2105,8 @@ zh: lable_school_no_course: 该学校未开设任何课程,您可以查看其他学校课程 lable_school_less_course: 该学校开设课程较少,您可以查看其他学校课程 + + lable_file_not_found: 对不起,该文件现在不能下载! + lable_goto_homepage: 返回主页 + lable_trustie_team: Trustie开发团队 \ No newline at end of file diff --git a/public/file_not_found.html b/public/file_not_found.html index 38d022c09..74b2013e7 100644 --- a/public/file_not_found.html +++ b/public/file_not_found.html @@ -27,11 +27,11 @@

对不起,该文件现在不能下载!

-

Goto Home page

+

返回主页

-

Trustie Team.

+

Trustie开发团队.

+ +

<%= l(:lable_file_not_found) %>

+

<%= l(:lable_goto_homepage) %>

+ +
+
+

<%= l(:lable_trustie_team) %>

+
+
+ +
+ +