Growstuff/growstuff

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

Summary

Maintainability
Test Coverage
.thumbnail
  .photo-thumbnail{id: "photo-#{photo.id}"}
    = link_to image_tag(photo.thumbnail_url, alt: photo.title, class: 'img img-responsive rounded'), photo
    .text.ellipsis
      %p
        = link_to photo.title, photo
        %br/
        %small
          %i
            by
            = link_to photo.owner, photo.owner