gitcoinco/code_fund_ads

View on GitHub
app/views/events/_table.html.erb

Summary

Maintainability
Test Coverage
<ul class="timeline">
  <%= render partial: "/events/event", collection: @events, as: :event if @events.present? %>
  <%= tag.h3("No tracked events", class: "h5 mt-3 text-center text-muted") if @events.empty? %>
</ul>