error on rails 6.1.7.8 and ruby 3.1.2
Started GET "/" for 127.0.0.1 at 2025-05-28 14:03:57 -0400
Processing by RootController#index as HTML
Completed 500 Internal Server Error in 4ms (Allocations: 1721)
ActionView::Template::Error (wrong number of arguments (given 2, expected 1)):
6: .space-ui(style = "max-width: 20em")
7: = render 'common/session/login_form'
8: %p
9: = t('riseup.accounts_note',
10: {riseup_black: content_tag(:b, link_to(t('riseup.riseup_black'), 'https://black.riseup.net')),
11: riseup_red: content_tag(:b, link_to(t('riseup.riseup_red'), 'https://user.riseup.net')), default: "The user accounts for this website are independent of other riseup.net services."})
12: %p
app/views/themes/riseup/_home.html.haml:9
vendor/crabgrass_plugins/crabgrass_theme/lib/crabgrass/theme/helper.rb:11:in `theme_render'
app/views/root/index.html.haml:2
app/controllers/common/application/before_filters.rb:5:in `render'