AyuntamientoMadrid/participacion

View on GitHub
app/views/comments/_comment_list.html.erb

Summary

Maintainability
Test Coverage
<% valuation = local_assigns.fetch(:valuation, false) %>

<%= tag.ul class: "no-bullet comment-list" do %>
  <% comments.each do |comment| %>
    <%= tag.li render("comments/comment", { comment: comment, valuation: valuation }) %>
  <% end %>
<% end %>