From 7e0089066709ea88fe64a5604ae3b74dc3722d31 Mon Sep 17 00:00:00 2001 From: z9hang Date: Sat, 16 Aug 2014 17:14:04 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E9=9B=86=E9=83=A8=E5=88=86=E5=B7=A5=E5=85=B7=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/_tools_expand.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/projects/_tools_expand.html.erb b/app/views/projects/_tools_expand.html.erb index 7520bd4da..13d63fc08 100644 --- a/app/views/projects/_tools_expand.html.erb +++ b/app/views/projects/_tools_expand.html.erb @@ -7,7 +7,7 @@
  • <%= link_to l(:label_project_tool_response) ,project_feedback_path(@project)%>
  • <%= link_to l(:project_module_files) ,project_files_path(@project) %>
  • <% if @project.enabled_modules.where("name = 'wiki'").count > 0 %> -
  • <%= link_to l(:project_module_wiki), project_wiki_path(@project) %>
  • +
  • <%= link_to l(:project_module_wiki), project_wiki_path(@project) %>
  • <% end %>