makes merged views work
This commit is contained in:
15
app/views/layouts/application.haml
Normal file
15
app/views/layouts/application.haml
Normal file
@ -0,0 +1,15 @@
|
||||
!!!
|
||||
%html
|
||||
%head
|
||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
||||
%title Hubfeenix
|
||||
%meta{:content => "width=device-width,initial-scale=1", :name => "viewport"}/
|
||||
= csrf_meta_tags
|
||||
= csp_meta_tag
|
||||
= stylesheet_link_tag "tailwind" , "inter-font", "data-turbo-track": "reload"
|
||||
= stylesheet_link_tag "application"
|
||||
= javascript_importmap_tags
|
||||
%body
|
||||
=render "layouts/header"
|
||||
= yield
|
||||
=render "layouts/footer"
|
Reference in New Issue
Block a user