From 56b66c8f5f7342ffac0ccd3935dbd69fa24d8419 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Wed, 21 May 2014 19:18:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=8F=82=E8=B5=9B=E4=BD=9C=E5=93=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=89=98=E7=AE=A1=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B6=85=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/softapplications/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>