Rework left sidebar
* Move Buttons from left sidebar to JSTree * Use light style for collapse sidebar buttons
This commit is contained in:
@ -18,7 +18,7 @@ module CodeOcean
|
||||
@file.content = content
|
||||
end
|
||||
authorize!
|
||||
create_and_respond(object: @file, path: proc { implement_exercise_path(@file.context.exercise, tab: 2) })
|
||||
create_and_respond(object: @file, path: proc { implement_exercise_path(@file.context.exercise) })
|
||||
end
|
||||
|
||||
def create_and_respond(options = {})
|
||||
|
Reference in New Issue
Block a user