File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
app-rails/app/views/layouts Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 1- <%# Top-level layout for all pages in the application %>
1+ <%# Layout for Lookbook previews of component partials %>
22<!DOCTYPE html>
33< html lang ="<%= I18n . locale %> ">
44 < head >
5- < title >
6- <%= content_for? ( :title ) ? "#{ yield ( :title ) } | #{ t ( 'header.title' ) } " : t ( "header.title" ) %>
7- </ title >
85 < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
9- <%= csrf_meta_tags %>
10- <%= csp_meta_tag %>
11-
12- <%= favicon_link_tag asset_path ( '@uswds/uswds/dist/img/us_flag_small.png' ) %>
13-
146 <%= stylesheet_link_tag "application" , "data-turbo-track" : "reload" %>
15- <%= yield :head %>
16-
177 <%= javascript_importmap_tags %>
188 <%= javascript_include_tag '@uswds/uswds/dist/js/uswds-init.min.js' %>
199 </ head >
3020 </ div >
3121
3222 <%= javascript_include_tag '@uswds/uswds/dist/js/uswds.min.js' %>
33- <%= yield :scripts %>
3423 </ body >
3524</ html >
You can’t perform that action at this time.
0 commit comments