- @page_title = t('workarea.admin.create_catalog_categories.navigation.page_title', category_name: @category.name) .view .view__header .grid.grid--right .grid__cell.grid__cell--50 .view__heading %h1.heading.heading--no-margin= t('workarea.admin.create_catalog_categories.navigation.title', category_name: @category.name) %p= link_to t('workarea.admin.create_catalog_categories.workflow.skip_this'), publish_create_catalog_category_path(@category) .grid__cell.grid__cell--25 = render_aux_navigation_for(@category, html_options: { target: @category.id }) = form_tag save_navigation_create_catalog_category_path(@category), method: 'post' do .section .grid .grid__cell.grid__cell--33 .grid__cell.grid__cell--33 .section.align-center %h4.align-center= t('workarea.admin.create_catalog_categories.navigation.instruction') .property = radio_button_tag 'create_menu', true, true, title: t('workarea.admin.true') = label_tag 'create_menu_true', t('workarea.admin.true'), class: 'heading--3' .property = radio_button_tag 'create_menu', false, false, title: t('workarea.admin.false') = label_tag 'create_menu_false', t('workarea.admin.false'), class: 'heading--3' .grid__cell.grid__cell--33 .workflow-bar .grid.grid--middle .grid__cell.grid__cell--20 = link_to t('workarea.admin.form.cancel'), catalog_category_path(@category), class: 'workflow-bar__button workflow-bar__button--delete', data: { method: 'delete', confirm: t('workarea.admin.create_catalog_categories.workflow.cancel_message') } .grid__cell.grid__cell--60 %ol.workflow-bar__steps %li.workflow-bar__step 1) #{link_to t('workarea.admin.create_catalog_categories.workflow.steps.setup'), edit_create_catalog_category_path(@category)} %li.workflow-bar__step 2) #{link_to t('workarea.admin.create_catalog_categories.workflow.steps.products'), products_create_catalog_category_path(@category)} %li.workflow-bar__step 3) #{link_to t('workarea.admin.create_catalog_categories.workflow.steps.content'), content_create_catalog_category_path(@category)} %li.workflow-bar__step %strong 4) #{t('workarea.admin.create_catalog_categories.workflow.steps.taxonomy')} %li.workflow-bar__step= "5) #{t('workarea.admin.create_catalog_categories.workflow.steps.publish')}" .grid__cell.grid__cell--20 .grid.grid--auto.grid--right.grid--middle .grid__cell= button_tag t('workarea.admin.create_catalog_categories.navigation.save_and_continue'), value: 'save_navigation', class: 'workflow-bar__button workflow-bar__button--create'