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