First step of online html export
This commit is contained in:
parent
d2165a484c
commit
5e0539d7c6
7 changed files with 264 additions and 16 deletions
12
app/views/layouts/exports.html.slim
Normal file
12
app/views/layouts/exports.html.slim
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
doctype html
|
||||
html data-bs-theme="light" data-controller="set-theme"
|
||||
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#main-content
|
||||
= yield
|
||||
Loading…
Add table
Add a link
Reference in a new issue