课程里面新建会跳到项目里面!

This commit is contained in:
huangjingquan 2013-09-23 15:44:32 +08:00
parent 5dbef9e2c5
commit c7c5ae54e5
1 changed files with 1 additions and 2 deletions

View File

@ -49,10 +49,9 @@
</p>
<% else %>
<p class="font_description">
<%= l(:label_project_course_unadd) %><%= link_to"#{l(:label_new)}",:controller=>'projects',:action=>'new'%>
<%= l(:label_project_course_unadd) %><%= link_to"#{l(:label_new)}",:controller=>'projects',:action=>'new', :course => 1 %>
</p>
<% end %>
<% end %>
<%= call_hook :view_account_left_bottom, :user => @user %>
</div>