Sha256: be8657a5a32498d20d1461a33977b2111e8793ea2878f0747564ee3688536b35
Contents?: true
Size: 469 Bytes
Versions: 9
Compression:
Stored size: 469 Bytes
Contents
h1 Listing test_containers table thead tr th Test container th th th tbody - @test_containers.each do |test_container| tr td = test_container td = link_to 'Show', test_container td = link_to 'Edit', edit_test_container_path(test_container) td = link_to 'Destroy', test_container, data: { confirm: 'Are you sure?' }, method: :delete br = link_to 'New Test Container', new_test_container_path
Version data entries
9 entries across 9 versions & 2 rubygems