Sha256: ab8e1f584f78525da06e8da33ff46976ef3b77042cfe459e99fc73755df9f7f0
Contents?: true
Size: 479 Bytes
Versions: 7
Compression:
Stored size: 479 Bytes
Contents
%p= link_to 'Back', root_path %h1 Listing of #{@pages.count} pages %table %tr %th Num %th User %th Title %th State %th %th %th - @pages.each_with_index do |page, index| %tr %td= index.next %td= page.user_id %td= page.title %td= page.state %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
Version data entries
7 entries across 7 versions & 1 rubygems