Files
grecia/app/views/budgets/investments/_content_blocks.html.erb
2019-09-10 20:02:15 +02:00

8 lines
201 B
Plaintext

<% if @heading.allow_custom_content %>
<ul class="no-bullet categories">
<% @heading_content_blocks.each do |content_block| %>
<%= raw content_block.body %>
<% end %>
</ul>
<% end %>