Sha256: 74a6a8d9253df2f213d61284bab9e8773a6583087e3b5568ffb7e0595f2069a7
Contents?: true
Size: 464 Bytes
Versions: 6
Compression:
Stored size: 464 Bytes
Contents
= cardboard_filters Piano, :name = ok table class="table table-striped" tr - for field in @pianos.columns th= sort_link @q, field.name th th - @pianos.each do |piano| tr - for field in piano.attributes.keys td = piano.attributes[field] td = link_to 'Edit', edit_cardboard_piano_path(piano) td = link_to 'Destroy', cardboard_piano_path(piano), :confirm => 'Are you sure?', :method => :delete = paginate @pianos
Version data entries
6 entries across 6 versions & 1 rubygems