fixed variable name

This commit is contained in:
Ralf Teusner
2018-03-28 15:22:55 +02:00
parent ecd1f31eed
commit faeb0e139a

View File

@ -188,7 +188,7 @@ class ExercisesController < ApplicationController
@experiment_group = UserGroupSeparator.getInterventionGroup(current_user) @experiment_group = UserGroupSeparator.getInterventionGroup(current_user)
showInterventions = (is_experimental_course and not user_solved_exercise and not user_got_enough_interventions) ? "true" : "false" showInterventions = (@is_experimental_course and not user_solved_exercise and not user_got_enough_interventions) ? "true" : "false"
case @experiment_group case @experiment_group
when :rfc_intervention_stale_rfc when :rfc_intervention_stale_rfc