Method: WithStudentPathNavigation#next_exercise_button

Defined in:
app/helpers/concerns/with_student_path_navigation.rb

#next_exercise_button(exercise) ⇒ Object



11
12
13
# File 'app/helpers/concerns/with_student_path_navigation.rb', line 11

def next_exercise_button(exercise)
  next_button(exercise) || next_button(exercise.guide.lesson) if show_content_element?
end