Sha256: 762fb49fc2c7a52b5a2475664c222ae64a2d4c628cfc0529aaf36eeff1a05380
Contents?: true
Size: 344 Bytes
Versions: 15
Compression:
Stored size: 344 Bytes
Contents
%div#pages.index %h1 Pages %ul %li= link_to "New page", new_page_path %table %thead %tr %th Name %th{:colspan => 2} Modify %tbody - @pages.each do |page| %tr %td= page.name %td= link_to "Edit", [:edit, page] %td= button_to "Delete", page, :method => :delete
Version data entries
15 entries across 15 versions & 1 rubygems