Sha256: c7e1436d4881ee7c8dcc96990b5093d623482a060c2461dfb9cc93362fd09f53

Contents?: true

Size: 1.97 KB

Versions: 62

Compression:

Stored size: 1.97 KB

Contents

- @page_title = "#{t('workarea.admin.create_content_pages.taxonomy.taxonomy_for', title: @page.name)}"

.view
  .view__header
    .grid.grid--right
      .grid__cell.grid__cell--50
        .view__heading
          %h1.heading.heading--no-margin= t('workarea.admin.create_content_pages.taxonomy.add_to_taxonomy', page_name: @page.name)
          %p= link_to t('workarea.admin.create_content_pages.workflow.or_skip_this'), publish_create_content_page_path(@page)
      .grid__cell.grid__cell--25
        = render_aux_navigation_for(@page, html_options: { target: @page.id })

  .view__container.view__container--narrow
    = form_tag save_taxonomy_create_content_page_path(@page), method: 'post' do
      .section
        .grid.grid--center
          .grid__cell
            = taxonomy_insert @page.taxon

      .workflow-bar
        .grid.grid--middle
          .grid__cell.grid__cell--20
            = link_to t('workarea.admin.form.cancel'), content_page_path(@page), class: 'workflow-bar__button workflow-bar__button--delete', data: { method: 'delete', confirm: t('workarea.admin.create_content_pages.workflow.delete_confirmation') }

          .grid__cell.grid__cell--60
            %ol.workflow-bar__steps
              %li.workflow-bar__step 1) #{link_to t('workarea.admin.create_content_pages.workflow.setup'), edit_create_content_page_path(@page)}
              %li.workflow-bar__step 2) #{link_to t('workarea.admin.create_content_pages.workflow.content'), content_create_content_page_path(@page)}
              %li.workflow-bar__step
                %strong 3) #{t('workarea.admin.create_content_pages.workflow.taxonomy')}
              %li.workflow-bar__step 4) #{t('workarea.admin.create_content_pages.workflow.publish')}

          .grid__cell.grid__cell--20
            .grid.grid--auto.grid--right.grid--middle
              .grid__cell= button_tag t('workarea.admin.create_content_pages.taxonomy.save_and_continue'), value: 'save_taxonomy', class: 'workflow-bar__button workflow-bar__button--create'

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.4.27 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.5.4 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.26 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.5.3 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.25 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.5.2 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.24 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.5.1 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.23 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.22 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.5.0 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.21 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.5.0.beta.1 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.20 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.19 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.18 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.17 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.16 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.15 app/views/workarea/admin/create_content_pages/taxonomy.html.haml
workarea-admin-3.4.14 app/views/workarea/admin/create_content_pages/taxonomy.html.haml