Sha256: e91f038d78bc4345b55fd353d2d4aedcaccee2abd0c86056d21bca3b0e654cbd
Contents?: true
Size: 428 Bytes
Versions: 41
Compression:
Stored size: 428 Bytes
Contents
%h1 Listing organisms %table %tr %th Title %th Status %th %th %th - @organisms.each do |organism| %tr %td= organism.title %td= organism.status %td= link_to 'Show', organism %td= link_to 'Edit', edit_organism_path(organism) %td= link_to 'Destroy', organism, :method => :delete, :data => { :confirm => 'Are you sure?' } %br = link_to 'New Organism', new_organism_path
Version data entries
41 entries across 41 versions & 1 rubygems