Sha256: 787c3c8c493c5427ddbbd686c4fcb72c0bcde298fcb631df794f5c45223f4886

Contents?: true

Size: 531 Bytes

Versions: 9

Compression:

Stored size: 531 Bytes

Contents

%h1 Listing pages

%table
  %thead
    %tr
      %th Title
      %th Meta description
      %th Body
      %th Published at
      %th
      %th
      %th

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

%br

= link_to 'New Page', new_page_path

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cmor_seo-0.0.51.pre spec/dummy/app/views/pages/index.html.haml
cmor_seo-0.0.50.pre spec/dummy/app/views/pages/index.html.haml
cmor_seo-0.0.49.pre spec/dummy/app/views/pages/index.html.haml
cmor_seo-0.0.48.pre spec/dummy/app/views/pages/index.html.haml
cmor_seo-0.0.45.pre spec/dummy/app/views/pages/index.html.haml
cmor_seo-0.0.44.pre spec/dummy/app/views/pages/index.html.haml
cmor_seo-0.0.43.pre spec/dummy/app/views/pages/index.html.haml
cmor_seo-0.0.42.pre spec/dummy/app/views/pages/index.html.haml
cmor_seo-0.0.41.pre spec/dummy/app/views/pages/index.html.haml