more fixes for save
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
%strong.rounded.bg-amber-100.px-3.text-xs.font-medium.text-amber-700{:class => "py-1.5"}
|
||||
= link_to 'Edit', merged.page_path(page.id)
|
||||
|
||||
.grid.grid-cols-3.gap-2.m-8
|
||||
.grid.grid-cols-3.gap-2.m-8.new_page
|
||||
.relative.block.border.border-gray-100
|
||||
= form_tag( merged.pages_path , {method: :post } ) do
|
||||
%label.block
|
||||
|
@ -28,7 +28,7 @@
|
||||
Page redirects from
|
||||
= @page.redirects
|
||||
|
||||
.basis-80.grow
|
||||
.basis-80.grow.options
|
||||
%h3.mt-4.text-lg.font-bold Options
|
||||
= form_tag( merged.page_path(@page.id) , {method: :patch , class: "mx-auto mt-8 mb-0 max-w space-y-4" } ) do
|
||||
- @page.option_definitions.each do |option|
|
||||
|
Reference in New Issue
Block a user