%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