Mercurial > zeropaste
comparison app/views/layouts/application.html.erb @ 489:361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
author | nanaya <me@nanaya.net> |
---|---|
date | Tue, 17 Jan 2023 02:34:06 +0900 |
parents | b26dd8fa1c26 |
children | cd84252dd0bf |
comparison
equal
deleted
inserted
replaced
488:994ae0349ade | 489:361ab9e7ffad |
---|---|
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> | 4 <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> |
5 <title><%= html_title %></title> | 5 <title><%= html_title %></title> |
6 <meta name="viewport" content="width=device-width, initial-scale=1"> | 6 <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 <%= javascript_include_tag :application_classic %> | |
8 <%= javascript_include_tag :application %> | |
7 <%= stylesheet_link_tag "application", :media => "all" %> | 9 <%= stylesheet_link_tag "application", :media => "all" %> |
8 </head> | 10 </head> |
9 <body> | 11 <body> |
10 <nav class="navbar navbar-expand-lg navbar-light bg-light"> | 12 <nav class="navbar navbar-expand-lg navbar-light bg-light"> |
11 <div class="container"> | 13 <div class="container"> |
77 </div> | 79 </div> |
78 </div> | 80 </div> |
79 </div> | 81 </div> |
80 </div> | 82 </div> |
81 | 83 |
82 <%= javascript_pack_tag "application" %> | |
83 </body> | 84 </body> |
84 </html> | 85 </html> |