Add the bootstrap theme

FIXME: external imports might get out of hand at scale
FIXME: I didn't version the version of bootstrap so scaling will
definitely make things break eventually
This commit is contained in:
Simon Quigley 2023-09-13 04:59:51 -05:00
parent 57bc2cfac8
commit efb6d26a55

View File

@ -7,6 +7,7 @@
<%= csp_meta_tag %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= stylesheet_link_tag "application", "https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css" %>
<%= javascript_importmap_tags %>
</head>