Refactorings and gui improvements
This commit is contained in:
parent
c965e03e5a
commit
d1294c2fc4
46 changed files with 358 additions and 128020 deletions
|
|
@ -1,4 +1,4 @@
|
|||
= bootstrap_form_with(model: [:report, page], data: { "turbo-frame": :nav }) do |form|
|
||||
= 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue