Skip to content

Commit

Permalink
fix: At Glance values are static content
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Sep 10, 2024
1 parent 79b9cd7 commit a1832bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/content.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def simple_text?
supporters_without_logo
combined_aum
methodology_publication_id
corporate_management_quality
corporate_carbon_performance
].include? code
end

Expand All @@ -47,6 +49,8 @@ def static_content?
combined_aum
methodology_description
methodology_publication_id
corporate_management_quality
corporate_carbon_performance
].include? code
end
end

0 comments on commit a1832bd

Please sign in to comment.