5 lines
230 B
Plaintext
5 lines
230 B
Plaintext
<%= render "proposals" if @proposals.present? %>
|
|
<%= render "debates" if @debates.present? && feature?(:debates) %>
|
|
<%= render "comments" if @comments.present? %>
|
|
<%= render "spending_proposals" if @spending_proposals.present? %>
|