Remove styles from export
This commit is contained in:
parent
13755bacdb
commit
0a48759576
2 changed files with 6 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue