This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%h2 Budget Allocations | |
-# - binding.pry | |
- @media_plan_request.product_groups.each do |product_group| | |
%h3= product_group.ui_name if product_group.has_budget_allocations? | |
= feilds_for "{product_group_name_here}", product_group do |pg| | |
- product_group.products.each do |product| | |
- if defined?(product.budget_allocations) && product.budget_allocations.any? | |
= fields_for product do |p| | |
%h4= product.ui_name | |
%ul |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { background-color: orange } |