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.
7 lines
207 B
Plaintext
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) %>
|