a11yist/app/views/pages/_form.html.slim

6 lines
242 B
Text
Raw Normal View History

2024-11-01 03:26:46 +01:00
= bootstrap_form_with(model: [:report, page], data: { "turbo-frame": :nav }) do |form|
= form.text_field :path
= form.text_field :url
= form.submit
= link_to("Abbrechen", report_path(@page.report), class: "btn btn-outline-secondary")