|
|
|
@ -188,7 +188,7 @@ class CompetitionsController < ApplicationController
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
if @competition.identifier == "gcc-annotation-2018"
|
|
|
|
|
if @competition.identifier == "gcc-annotation-2018" || @competition.identifier == "gcc-course-2019"
|
|
|
|
|
@rule_content = @competition.chart_rules.first
|
|
|
|
|
else
|
|
|
|
|
@rule_content = @competition.chart_rules.where(:competition_stage_id => @stage.try(:id)).first
|
|
|
|
|