AndrewMcBurney/petermcburney.com

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

Summary

Maintainability
Test Coverage
= link_to photo
  .image style="background: url(#{photo.image.url(:medium)});"
  .text
    h3= photo.title
    hr

    - if image_type == :photograph
      p= photo.location

    - else
      p= photo.media
      p= photo.size

      - if photo.for_sale
        p #{number_to_currency(photo.price)} USD