Merge branch 'develop' of 10.0.47.245:/home/trustie2 into develop

This commit is contained in:
huangjingquan 2013-08-10 20:36:00 +08:00
commit 5c6d8c1bcf
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class ProjectsController < ApplicationController
end end
else else
respond_to do |format| respond_to do |format|
format.html { render :action => 'new' } format.html { render :action => 'new', :layout => 'base'}#Added by young
format.api { render_validation_errors(@project) } format.api { render_validation_errors(@project) }
end end
end end