diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb index 9e96e0f23..3ec5d0ddd 100644 --- a/app/views/softapplications/show.html.erb +++ b/app/views/softapplications/show.html.erb @@ -50,7 +50,7 @@ <% unless @softapplication.deposit_project.nil? %> <%#= textilizable ("托管项目: " + @project.name) %> - 托管项目:<%=@project.name%> + 托管项目:<%= link_to "#@project", project_path(@project.id) %> <% end %>