AyuntamientoMadrid/participacion

View on GitHub
app/views/relationable/_related_content.html.erb

Summary

Maintainability
Test Coverage
<div class="related-content padding">

  <h2 class="inline-block">
    <%= t("related_content.title") %>&nbsp;<span>(<%= relationable.relationed_contents.count %>)</span>
  </h2>

  <% if current_user %>
    <%= render "relationable/form", relationable: relationable %>
  <% end %>

  <%= render Relationable::RelatedListComponent.new(relationable) %>
</div>