rubycentral/cfp-app

View on GitHub
app/views/sponsors/_sponsor.html.haml

Summary

Maintainability
Test Coverage
.sponsor-wrapper
  .sponsor-tier-badge{:class => "#{sponsor.tier}" }
    = image_tag("themes/default/sponsor-star.png")
    = sponsor.tier
  = image_tag sponsor.primary_logo, alt: sponsor.name, class: 'sponsor-primary-logo'
  .sponsors-description
    %p
      = sponsor.description.html_safe