gitcoinco/code_fund_ads

View on GitHub
app/views/advertisements/show.html.erb

Summary

Maintainability
Test Coverage
<% if @campaign && @creative %>
  <%= raw interpolated_advertisement_html %>
<% else %>
  CodeFund does not have an advertiser for you at this time.
<% end %>