gitcoinco/code_fund_ads

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

Summary

Maintainability
Test Coverage
<%= sparkline @property.sparkline_impressions(@start_date, @end_date), color: (@property.pending? ? "yellow" : "green") if @property.impressions_count(@start_date, @end_date) > 0 %>