a11yist/app/views/pages/_form.html.slim
david d1294c2fc4
Some checks failed
/ Run tests (push) Successful in 1m22s
/ Run system tests (push) Failing after 1m33s
/ Build, push and deploy image (push) Successful in 3m22s
Refactorings and gui improvements
2024-11-03 21:58:25 +01:00

5 lines
269 B
Text

= bootstrap_form_with(model: page.persisted? ? page : [:report, page], data: { "turbo-frame": :_top }) do |form|
= form.text_field :path
= form.text_field :url
= form.submit
= link_to("Abbrechen", report_path(@page.report), class: "btn btn-outline-secondary")