Sha256: fec790aa37900f60804f9f3a0d1ac217335e1f80264fac91d65f0f1fef067817
Contents?: true
Size: 411 Bytes
Versions: 3
Compression:
Stored size: 411 Bytes
Contents
h1 Listing pages table thead tr th Name th Content th th th tbody - @pages.each do |page| tr td = page.name td = page.content 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
3 entries across 3 versions & 1 rubygems