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

Version Path
decidim-enhanced_textwork-1.0.5 app/views/decidim/enhanced_textwork/collaborative_drafts/_wizard_header.html.erb
decidim-enhanced_textwork-1.0.4 app/views/decidim/enhanced_textwork/collaborative_drafts/_wizard_header.html.erb
decidim-enhanced_textwork-1.0.3 app/views/decidim/enhanced_textwork/collaborative_drafts/_wizard_header.html.erb
decidim-enhanced_textwork-1.0.2 app/views/decidim/enhanced_textwork/collaborative_drafts/_wizard_header.html.erb
decidim-enhanced_textwork-1.0.1 app/views/decidim/enhanced_textwork/collaborative_drafts/_wizard_header.html.erb
decidim-enhanced_textwork-1.0.0 app/views/decidim/enhanced_textwork/collaborative_drafts/_wizard_header.html.erb