rubycentral/cfp-app

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

Summary

Maintainability
Test Coverage
%tr
  %td= sponsor.name
  %td= sponsor.tier
  %td= sponsor.published
  %td
    %a{ href: sponsor.url, target: "_blank" }
      = sponsor.url
  %td
    - if sponsor.footer_logo.attached?
      %span.glyphicon.glyphicon-ok
  %td
    - if sponsor.banner_ad.attached?
      %span.glyphicon.glyphicon-ok
  %td= link_to "Edit Sponsor", edit_event_staff_sponsor_path(current_event, sponsor)