Sha256: 1b646737bf456c7e1c29aa0c412303230a5d858aa1f55e0523f4afaa66306acb

Contents?: true

Size: 374 Bytes

Versions: 10

Compression:

Stored size: 374 Bytes

Contents

h1 Listing pages

table
  thead
    tr
      th Container
      th
      th
      th

  tbody
    - @pages.each do |page|
      tr
        td = page.container
        td = link_to 'Show', page
        td = link_to 'Edit', edit_page_path(page)
        td = link_to 'Destroy', page, data: { confirm: 'Are you sure?' }, method: :delete

br

= link_to 'New Page', new_page_path

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cm_page_builder-rails-0.1.10 app/views/cm_page_builder/rails/pages/index.html.slim
cm_page_builder-rails-0.1.9 app/views/cm_page_builder/rails/pages/index.html.slim
cm_page_builder-rails-0.1.8 app/views/cm_page_builder/rails/pages/index.html.slim
cm_page_builder-rails-0.1.7 app/views/cm_page_builder/rails/pages/index.html.slim
cm_page_builder-rails-0.1.6 app/views/cm_page_builder/rails/pages/index.html.slim
cm_page_builder-rails-0.1.4 app/views/cm_page_builder/rails/pages/index.html.slim
cm_page_builder-rails-0.1.3 app/views/cm_page_builder/rails/pages/index.html.slim
cm_page_builder-rails-0.1.2 app/views/cm_page_builder/rails/pages/index.html.slim
cm_page_builder-rails-0.1.1 app/views/cm_page_builder/rails/pages/index.html.slim
cm_page_builder-rails-0.1.0 app/views/cm_page_builder/rails/pages/index.html.slim