Skip to content

Commit

Permalink
Use hover-click preload acceleration.
Browse files Browse the repository at this point in the history
  • Loading branch information
yamat47 committed Aug 17, 2024
1 parent c878f60 commit f237cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/app/views/layouts/admin/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
= csp_meta_tag
= stylesheet_link_tag 'admin', 'data-turbo-track': 'reload'
= javascript_importmap_tags
%meta{ name: 'turbo-prefetch', content: 'true' }
%body
- if logged_in?
.application
Expand Down
1 change: 1 addition & 0 deletions app/app/views/layouts/media/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
%link{ rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/css/yakuhanjp.css' }
= stylesheet_link_tag 'media', 'data-turbo-track': 'reload'
= javascript_importmap_tags
%meta{ name: 'turbo-prefetch', content: 'true' }
%body
.application
.application__header
Expand Down

0 comments on commit f237cdf

Please sign in to comment.