joegattnet/joegattnet_v3

View on GitHub
app/views/shared/_images.html.slim

Summary

Maintainability
Test Coverage
- images = note.resources.attached_images
- if images.size == 1 || note.has_instruction?('no_slideshow')
  = render 'shared/image', image: images.first, type: type
- else
  = render 'shared/gallery', images: images, type: type