Sha256: d2243ca631b427ad794f18d8f192985d75d7ab94816d82589c3ce6004bfe0599
Contents?: true
Size: 539 Bytes
Versions: 6
Compression:
Stored size: 539 Bytes
Contents
<% if translated_attribute(component_settings.new_paragraph_help_text).present? %> <%= cell("decidim/announcement", component_settings.new_paragraph_help_text) %> <% end %> <% if paragraph_wizard_step_help_text?(@step) %> <div class="paragraph_wizard_help_text"> <% callout_step_help_text_class ||= nil %> <%= cell("decidim/announcement", component_settings.try("paragraph_wizard_#{@step}_help_text"), callout_class: callout_step_help_text_class) %> </div> <% end %> <h2 class="section-heading"> <%= t(".title") %> </h2>
Version data entries
6 entries across 6 versions & 1 rubygems