Skip to content

Commit

Permalink
Merge pull request #121 from unboxed/missing-turbo-track
Browse files Browse the repository at this point in the history
Missing changing to use @hotwired/turbo-rails and not turbolinks
  • Loading branch information
EGiataganas authored Aug 10, 2023
2 parents 65bd7c7 + bb7ff28 commit 2875a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
</div>

<%= render "footer" %>
<%= javascript_include_tag "govuk", "data-turbolinks-track": "reload" %>
<%= javascript_include_tag "govuk", "data-turbo-track": "reload", defer: true %>
</body>
</html>

0 comments on commit 2875a48

Please sign in to comment.