竞赛中,创建项目404问题

This commit is contained in:
yanxd 2014-01-08 20:53:37 +08:00
parent b9967074dc
commit ea289ae036
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<td> <td>
<p> <p>
<div class="font_lighter" style="font-size: 13px;"> <div class="font_lighter" style="font-size: 13px;">
<%= link_to '创建项目', new_project_path, :target=>'_blank'%> <%= link_to '创建项目', new_project_path(course: 0, project_type: 0), :target=>'_blank'%>
</div> </div>
</p> </p>
</td> </td>