gitcoinco/code_fund_ads

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

Summary

Maintainability
Test Coverage
<%= table_row add_class: ("border-bottom" if @date.saturday?) do %>
  <%= table_data @date.to_s("abdy") %>
  <%= table_data number_with_delimiter(@property.impressions_count(@date)) %>
  <%= table_data number_with_delimiter(@property.clicks_count(@date)) %>
  <%= table_data number_to_percentage(@property.click_rate(@date), precision: 2) %>
  <%= table_data @property.property_revenue(@date).format %>
<% end %>