x
1
2
3
4
5
6
7
<h2 class='card_title'>
<span class='mr-2'>
title
</span>
</h2>
<div class="summary-card">here is the content
</div>
1
2
3
render SummarySectionComponent.new(title: title , link: link, link_title: link_title, show_card: show_card) do
content.html_safe
end
Param Description Input