<%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: t(".heading")) %> <% dialog.with_body do %> <%= render "form_edit", savings_goal: @savings_goal %> <% end %> <% end %>