diff --git a/app/views/home/demo-airtable.html.erb b/app/views/home/demo-airtable.html.erb index fd19b46..e71517d 100644 --- a/app/views/home/demo-airtable.html.erb +++ b/app/views/home/demo-airtable.html.erb @@ -8,13 +8,13 @@
<%= link_to "Create your form now!", signup_url, class: 'button' %>
- or got <%= link_to 'further questions?', contact_url %>
+ or got <%= link_to 'further questions?', contact_url, data: { turbolinks: 'false'} %>
<%= link_to "Create your form now!", signup_url, class: 'button' %>
- or got <%= link_to 'further questions?', contact_url %>
+ or got <%= link_to 'further questions?', contact_url, data: { turbolinks: 'false'} %>
<%= link_to "Get started", signup_url, class: 'is-uppercase button is-rounded is-primary has-text-white a-menu' %> - or try our <%= link_to "Live demos", demo_url %> + or try our <%= link_to "Live demos", demo_url, data: { turbolinks: 'false'} %>
@@ -245,7 +245,7 @@ <%= link_to "Start now - 15 days for free!", signup_url, class: 'is-uppercase button is-rounded is-primary has-text-white a-menu' %>- Want to see tinyforms in action first? Try our <%= link_to "live demos", demo_url %>. + Want to see tinyforms in action first? Try our <%= link_to "live demos", demo_url, data: { turbolinks: 'false'} %>.