Files
grecia/app/components/admin/site_customization/pages/new_component.html.erb
Javi Martín 00eb1149b9 Move custom pages form partial to a component
This way changing it will be easier.

Note we're changing the name of the HTML class to follow our naming
conventions; the `edit_page` class wasn't used anywhere, so we don't
need to change anything else.
2025-08-07 15:24:51 +02:00

7 lines
207 B
Plaintext

<% provide :main_class, "admin-site-customization-pages-new" %>
<%= back_link_to admin_site_customization_pages_path %>
<%= header %>
<%= render Admin::SiteCustomization::Pages::FormComponent.new(page) %>