hacken-in/hacken-in

View on GitHub
app/views/events/_address.html.haml

Summary

Maintainability
Test Coverage
.address
  - lines = [h(address.location), h(address.street), h(address.zipcode)].delete_if {|d|d.blank?}
  = lines.join(tag("br")).html_safe
  - if address.zipcode.blank? && lines.length > 0
    %br
  = address.city