Skip to content

Commit

Permalink
Add change from develop to mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jan 17, 2025
1 parent 8ea2ab8 commit 8232895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/decidim/budgets/order_summaries_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def order_summaries(orders, user)
with_user(user) do
@user = user
@orders = orders
@budget_names = @orders.map { |order| decidim_sanitize(translated_attribute(order.budget.title)) }
@budget_names = @orders.map { |order| translated_attribute(order.budget.title) }

@component = @orders.first.budget.component
@space = @component.participatory_space
Expand Down

0 comments on commit 8232895

Please sign in to comment.