diff --git a/app/views/projects/_tools_expand.html.erb b/app/views/projects/_tools_expand.html.erb
index aec1ad7a2..5ee70fa9d 100644
--- a/app/views/projects/_tools_expand.html.erb
+++ b/app/views/projects/_tools_expand.html.erb
@@ -6,7 +6,9 @@
项目交流
- <%= link_to l(:label_project_tool_response) ,project_feedback_path(@project) %>
- <%= link_to l(:project_module_files) ,project_files_path(@project) %>
- - <%= link_to l(:project_module_wiki), project_wiki_path(@project) %>
+ <% if @project.enabled_modules.where("name = 'wiki'").count > 0 %>
+ - <%= link_to l(:project_module_wiki), project_wiki_path(@project) %>
+ <% end %>
进度跟踪
- <%= link_to l(:project_module_calendar),project_calendar_path(@project) %>