|
|
@ -5,13 +5,13 @@ |
|
|
|
<title> |
|
|
|
<%=Rails.configuration.application_title%> |
|
|
|
</title> |
|
|
|
|
|
|
|
<!--META --> |
|
|
|
<%= csrf_meta_tags %> |
|
|
|
<%= csp_meta_tag %> |
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1"> |
|
|
|
<%= tag :meta, name: :viewport, content: 'width=device-width,initial-scale=1' %> |
|
|
|
<% if Rails.env.development? %> |
|
|
|
<meta name="turbo-prefetch" content="false"> |
|
|
|
<%= tag :meta, name: 'turbo-prefetch', content: false %> |
|
|
|
<%= tag :meta, name: 'stimulus-debug', content: LiveConstants::STIMULUS_DEBUG %> |
|
|
|
<% end%> |
|
|
|
|
|
|
|
<!-- LINK--> |
|
|
@ -19,12 +19,9 @@ |
|
|
|
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> |
|
|
|
<%= javascript_importmap_tags %> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
|
|
|
|
<%=render 'layouts/navbar' %> |
|
|
|
<%=render 'layouts/notification' %> |
|
|
|
|
|
|
|
<main class="m-8 flex flex-col"> |
|
|
|
<%= yield %> |
|
|
|
</main> |
|
|
|