app/views/katalyst/content/sections/_section.html.erb in katalyst-content-1.0.2 vs app/views/katalyst/content/sections/_section.html.erb in katalyst-content-1.1.0
- old
+ new
@@ -1,6 +1,6 @@
<%= content_item_tag section do %>
- <%= tag.h2 section.heading if section.show_heading? %>
+ <%= tag.h2 section.heading, class: section.heading_style_class if section.show_heading? %>
<div>
<%= render_content_items section.children %>
</div>
<% end %>