Skip to content

Commit 2dbbfe2

Browse files
committed
Hotfix disable turbo
1 parent e36f416 commit 2dbbfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/payments/add.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Saldo opwaarderen voor <%= @user.name %>
1111
</h1>
1212

13-
<%= simple_form_for(@payment, wrapper: :horizontal_form, data: { turbo: false }) do |f| %>
13+
<%= simple_form_for(@payment, wrapper: :horizontal_form, html: { data: { turbo: "false" } }) do |f| %>
1414
<div class="col-12">
1515
<p>
1616
Voer hier het bedrag in dat je wilt inleggen. Hierna zal je worden doorgestuurd naar de betaalomgeving.

0 commit comments

Comments
 (0)