解决版本库查看修订404问题

This commit is contained in:
huang 2015-06-19 14:10:08 +08:00
parent 87fe066695
commit e05a66e8fd
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ update
def revision
respond_to do |format|
format.html{render :layout => 'project_base'}
format.html{render :layout => 'base_projects'}
format.js {render :layout => false}
end
end