diff --git a/app/controllers/form_controller.rb b/app/controllers/form_controller.rb index 808edca91..6dba53a8a 100644 --- a/app/controllers/form_controller.rb +++ b/app/controllers/form_controller.rb @@ -25,6 +25,7 @@ class FormController < ApplicationController updated_question = @page.questions.reject { |question| question.check_answer_label.blank? }.first updated_question_string = [updated_question&.question_number_string, updated_question&.check_answer_label.to_s.downcase].compact.join(": ") flash[:notice] = "You have successfully updated #{updated_question_string}" + flash[:notification_banner_two_thirds] = true end update_duplication_tracking