Use the actions component to render phase actions
We forgot to include this table when refactoring in commit 738646a56.
This commit is contained in:
@@ -274,6 +274,10 @@ resolve "Budget::Heading" do |heading, options|
|
||||
[heading.budget, :group, :heading, options.merge(group_id: heading.group, id: heading)]
|
||||
end
|
||||
|
||||
resolve "Budget::Phase" do |phase, options|
|
||||
[phase.budget, :phase, options.merge(id: phase)]
|
||||
end
|
||||
|
||||
resolve "Poll::Booth" do |booth, options|
|
||||
[:booth, options.merge(id: booth)]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user