gitcoinco/code_fund_ads

View on GitHub
app/components/metabase_component.html.erb

Summary

Maintainability
Test Coverage
<small class="text-center d-block text-muted mb-2">
  Please ensure ad blockers are disabled to view the overview.
</small>

<iframe
  src="<%= src %>"
  title="<%= title %>"
  class="metabase-card border rounded"
  height="<%= height %>"
  scrolling="yes"
  allowtransparency>
</iframe>