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