Skip to content

Commit

Permalink
Merge pull request #144 from sharetribe/fix_clp_move_sections
Browse files Browse the repository at this point in the history
[Bug] Impossible to move CLP sections in preview-only mode
  • Loading branch information
thomasmalbaux committed Mar 24, 2022
2 parents 3f057cf + d702b14 commit 7a63f36
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
%h1.content-card-header-title
= t('admin2.sidebar.design.landing_page')
.content-card-section-container
= form_for [:admin, @presenter.landing_page_version], html: { class: %i[content-card-section-form landing-page-form] }, remote: true do |form|
= form_for [:admin2, :design, @presenter.landing_page_version], html: { class: %i[content-card-section-form landing-page-form] }, remote: true do |form|
%section.content-card-section
%h2= t('admin2.landing_page.lp_editor')
- if !@allowed_lp
Expand Down

0 comments on commit 7a63f36

Please sign in to comment.