Growstuff/growstuff

View on GitHub
app/views/photos/_tiny.html.haml

Summary

Maintainability
Test Coverage
- if photo.present?
  .photo
    = image_tag(photo.thumbnail_url, alt: photo.title, class: 'img img-tiny')