AyuntamientoMadrid/participacion

View on GitHub
app/components/widget/feeds/debate_component.html.erb

Summary

Maintainability
Test Coverage
<div class="debate">
  <strong><%= link_to debate.title, url_for(debate) %></strong>
  <%= render SDG::TagListComponent.new(debate, limit: 5) %>
</div>