Growstuff/growstuff

View on GitHub
app/views/gardens/_photo.html.haml

Summary

Maintainability
Test Coverage
= link_to image_tag(garden_image_path(garden),
                    alt: "Image of #{garden.name}", class: 'img-responsive'),
          garden_path(garden)