Remove styles from export
Some checks failed
/ Run tests (push) Successful in 1m44s
/ Run system tests (push) Failing after 2m1s
/ Build, push and deploy image (push) Successful in 1m29s

This commit is contained in:
david 2024-11-17 02:44:04 +01:00
parent 13755bacdb
commit 0a48759576
2 changed files with 6 additions and 19 deletions

View file

@ -1,12 +1,10 @@
doctype html
html data-bs-theme="light" data-controller="set-theme"
html
head
title a11ydive Export
meta[name="viewport" content="width=device-width,initial-scale=1"]
= csrf_meta_tags
= csp_meta_tag
= stylesheet_link_tag "exports", "data-turbo-track": "reload"
= javascript_include_tag "application", "data-turbo-track": "reload", type: "module"
body
main.container#main-content
= yield