X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e3e5ad4c5fed07eda993648f1998d9b0f5c78921..774e583b20555c4ad9f676a6321169ff3482980a:/app/helpers/notifier_helper.rb diff --git a/app/helpers/notifier_helper.rb b/app/helpers/notifier_helper.rb index 0510ae0a8..5889b6ff8 100644 --- a/app/helpers/notifier_helper.rb +++ b/app/helpers/notifier_helper.rb @@ -14,8 +14,8 @@ module NotifierHelper def message_body(&block) render( - partial: "message_body", - locals: { body: capture(&block) } + :partial => "message_body", + :locals => { :body => capture(&block) } ) end end