AndrewMcBurney/petermcburney.com

View on GitHub
app/views/artworks/partials/_display.html.slim

Summary

Maintainability
Test Coverage
.container
  = image_tag @artwork.image.url(:large)

  .text
    h2= @artwork.title
    hr
    p= @artwork.media
    p= @artwork.size

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