去除错误代码
This commit is contained in:
parent
b9031095d4
commit
9af60424c2
|
@ -498,7 +498,6 @@ class CoursesController < ApplicationController
|
||||||
@issue_custom_fields = IssueCustomField.sorted.all
|
@issue_custom_fields = IssueCustomField.sorted.all
|
||||||
@trackers = Tracker.sorted.all
|
@trackers = Tracker.sorted.all
|
||||||
@course = Course.new
|
@course = Course.new
|
||||||
@course.op
|
|
||||||
@course.safe_attributes = params[:course]
|
@course.safe_attributes = params[:course]
|
||||||
month = Time.now.month
|
month = Time.now.month
|
||||||
render :layout => 'new_base'
|
render :layout => 'new_base'
|
||||||
|
|
Loading…
Reference in New Issue