Sha256: 914a364daa7b5cc057d66b0fd77c744b4db601687baca7010e4334d52a65d18a

Contents?: true

Size: 802 Bytes

Versions: 62

Compression:

Stored size: 802 Bytes

Contents

- @page_title = @page.name

.view
  .view__header
    .grid
      .grid__cell.grid__cell--25
        = render 'workarea/admin/releases/select'
      .grid__cell.grid__cell--50
        .view__heading
          = link_to_index_for(@page)
          %h1= @page.name
      .grid__cell.grid__cell--25
        = render_aux_navigation_for(@page)

  .view__container
    = render_cards_for(@page)

    .workflow-bar
      .grid
        .grid__cell.grid__cell--50
          = link_to t('workarea.admin.actions.delete'), content_page_path(@page), class: 'workflow-bar__button workflow-bar__button--delete', data: { method: 'delete', confirm: t('workarea.admin.actions.delete_confirmation') }
        .grid__cell.grid__cell--50.grid--right
          = append_partials('admin.page_show_workflow_bar', model: @page)

Version data entries

62 entries across 62 versions & 1 rubygems

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