Skip to content

Commit

Permalink
Merge pull request #2607 from bitzesty/assessor-heading-changes-staging
Browse files Browse the repository at this point in the history
Update headers and RAG labels in appraisal view [staging]
  • Loading branch information
Lubosky authored Sep 14, 2023
2 parents 3a37fc3 + 69dc0d8 commit a491503
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions forms/appraisal_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class AppraisalForm
CSR_RAG_OPTIONS_2024 = [
["Weak (0-15)", "negative"],
["Satisfactory (16-31)", "average"],
["Exceptional (32-50)", "positive"]
["Exceptional (32-40)", "positive"]
]

STRENGTH_OPTIONS_2016 = [
Expand Down Expand Up @@ -541,7 +541,7 @@ def self.verdict_options_for(object, section)
},
corporate_social_responsibility: {
type: :rag,
label: "Corporate social responsibility (section D):",
label: "Environmental, social and corporate governance (section E):",
position: 3
},
verdict: {
Expand Down Expand Up @@ -788,7 +788,7 @@ def self.verdict_options_for(object, section)
},
corporate_social_responsibility: {
type: :rag,
label: "Corporate social responsibility (section D):",
label: "Environmental, social and corporate governance (section E):",
position: 3
},
verdict: {
Expand Down Expand Up @@ -1620,7 +1620,7 @@ def self.verdict_options_for(object, section)
},
corporate_social_responsibility: {
type: :rag,
label: "Corporate social responsibility:",
label: "Environmental, social and corporate governance (section E):",
position: 3
},
verdict: {
Expand Down

0 comments on commit a491503

Please sign in to comment.