AyuntamientoMadrid/participacion

View on GitHub
app/views/valuation/budget_investments/_valuation_comments.html.erb

Summary

Maintainability
Test Coverage
<h2><%= t("valuation.budget_investments.valuation_comments") %></h2>
<% unless @comment_tree.nil? %>
  <%= render Shared::CommentsComponent.new(@investment, @comment_tree, valuation: true) %>
<% end %>