Sha256: dca4fdaf4291ae8860655b5a1525ab47238a33eba5e51f857008fbaf2e11571a
Contents?: true
Size: 479 Bytes
Versions: 26
Compression:
Stored size: 479 Bytes
Contents
- if notice p#notice = notice hr / figure / = image_tag @test.attachment_image.file.url, width: "300" / figcaption = @test.attachment_image.caption - p @test.attachment_image_ids - @test.attachment_images.each do |attachment_image| figure = image_tag attachment_image.file.url, width: "300" figcaption = attachment_image.caption hr div.button-group = link_to 'Edit', edit_test_path(@test), class: 'button' = link_to 'Back', tests_path, class: 'button'
Version data entries
26 entries across 26 versions & 1 rubygems