Gui improvements, ordering
This commit is contained in:
parent
6db0b64f4c
commit
42c077f6ab
28 changed files with 105 additions and 40 deletions
5
app/views/pages/_form.html.slim
Normal file
5
app/views/pages/_form.html.slim
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
= 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue