Include lightbox viewer for background images

This commit is contained in:
Jason Zimdars
2025-07-09 10:58:23 -05:00
parent 4433e80691
commit b142b08c05
+3 -1
View File
@@ -2,7 +2,7 @@
<html>
<%= render "layouts/shared/head" %>
<body class="public" data-controller="local-time timezone-cookie" data-action="turbo:morph@window->local-time#refreshAll">
<body class="public" data-controller="lightbox local-time timezone-cookie" data-action="turbo:morph@window->local-time#refreshAll">
<header id="header">
<a href="#main" class="skip-navigation btn" data-turbo="false">Skip to main content</a>
<%= yield :header %>
@@ -30,5 +30,7 @@
<strong><a href="http://37signals.com" class="txt-ink">Made with Fizzy&trade;</a></strong>
</div>
</footer>
<%= render "layouts/lightbox" %>
</body>
</html>