Sha256: 0669707c448978d7ddbcd060b8f2ad76fdd9ff88b8fd4e4e0c332dc96d4c8b66

Contents?: true

Size: 784 Bytes

Versions: 62

Compression:

Stored size: 784 Bytes

Contents

- @page_title = @content.name

.view
  .view__header
    .grid
      .grid__cell.grid__cell--25
        = render 'workarea/admin/releases/select'
      .grid__cell.grid__cell--50
        .view__heading
          - if @content.system?
            = link_to "↑ #{t('workarea.admin.content.all_system_pages')}", content_index_path
          - else
            = link_to_index_for(@content.contentable)

          %h1= @content.name

      .grid__cell.grid__cell--25
        = render_aux_navigation_for(@content)

  .view__container
    = render_cards_for(@content)

  - if partials_to_append?('admin.content_show_workflow_bar')
    .workflow-bar
      .grid
        .grid__cell.grid__cell--50.grid--right
          = append_partials('admin.content_show_workflow_bar', model: @content)

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.5.15 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.4.36 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.5.14 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.4.35 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.5.13 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.4.34 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.5.12 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.4.33 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.5.11 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.5.10 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.4.32 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.5.9 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.4.31 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.5.8 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.4.30 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.5.7 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.4.29 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.5.6 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.4.28 app/views/workarea/admin/content/show.html.haml
workarea-admin-3.5.5 app/views/workarea/admin/content/show.html.haml