Sha256: e57acddff5f4d7347c52dab36cd23147bd207943d98635aec04618de2d14102e

Contents?: true

Size: 503 Bytes

Versions: 23

Compression:

Stored size: 503 Bytes

Contents

<%# requires local :presenter with a SectionRenderer 
    optional local :force_render=> true to ignore presentation logic. legacy. %>
<% if presenter.show_heading? || local_assigns[:force_render] == true %>
  <div class="section_heading">
    <% if presenter.section_title %>
      <h3><%= presenter.section_title %></h3>
      <% if presenter.section_prompt %>
        <p class="section_prompt">
          <%= presenter.section_prompt %>
        </p>
      <% end %>
    <% end %>
  </div>
<% end  %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
umlaut-4.1.7 app/views/resolve/_section_heading.html.erb
umlaut-4.1.6 app/views/resolve/_section_heading.html.erb
umlaut-4.1.5 app/views/resolve/_section_heading.html.erb
umlaut-4.1.4 app/views/resolve/_section_heading.html.erb
umlaut-4.1.3 app/views/resolve/_section_heading.html.erb
umlaut-4.1.2 app/views/resolve/_section_heading.html.erb
umlaut-4.1.1 app/views/resolve/_section_heading.html.erb
umlaut-4.1.0 app/views/resolve/_section_heading.html.erb
umlaut-4.1.0.pre3 app/views/resolve/_section_heading.html.erb
umlaut-4.1.0.pre.2 app/views/resolve/_section_heading.html.erb
umlaut-4.1.0.pre.alpha.1 app/views/resolve/_section_heading.html.erb
umlaut-4.0.3 app/views/resolve/_section_heading.html.erb
umlaut-4.0.2 app/views/resolve/_section_heading.html.erb
umlaut-4.0.1 app/views/resolve/_section_heading.html.erb
umlaut-4.0.0 app/views/resolve/_section_heading.html.erb
umlaut-4.0.0.beta5 app/views/resolve/_section_heading.html.erb
umlaut-4.0.0.beta4 app/views/resolve/_section_heading.html.erb
umlaut-4.0.0.beta3 app/views/resolve/_section_heading.html.erb
umlaut-4.0.0.beta2 app/views/resolve/_section_heading.html.erb
umlaut-4.0.0.beta1 app/views/resolve/_section_heading.html.erb