Sha256: 6a0d3d7d0d096acaa313c38c462f6a145a519114dbd52147c5881381f78016d0

Contents?: true

Size: 913 Bytes

Versions: 62

Compression:

Stored size: 913 Bytes

Contents

- @page_title = t('workarea.admin.content.edit.title', content: @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
            %h1= link_to @content.name, url_for(@content)
          - else
            = link_to_index_for(@content.contentable)
            %h1= link_to @content.name, url_for(@content.contentable)
      .grid__cell.grid__cell--25
        = render_aux_navigation_for(@content.contentable) unless @content.system?

  .view__container
    - if @content.system?
      = render_cards_for(@content, :content)
    - else
      = render_cards_for(@content.contentable, :content)

  = render 'workarea/admin/content/edit', content: @content

Version data entries

62 entries across 62 versions & 1 rubygems

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