Sha256: 160cd1e2d3d80292aae84ad5c67469780a02395aed1f7e7174a10339d23040f9

Contents?: true

Size: 217 Bytes

Versions: 5

Compression:

Stored size: 217 Bytes

Contents

  <%- unless @contents.blank? -%>
    <ol class="faqs_list">
      <%- @contents.each do |content| -%>
        <li><%= link_to content.headline, content.humanize_path -%></li>
      <%- end -%>
    </ol>
  <%- end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
editorial_logic-1.1.4 app/views/publications/_faqs.html.erb
editorial_logic-1.1.3 app/views/publications/_faqs.html.erb
editorial_logic-1.1.2 app/views/publications/_faqs.html.erb
editorial_logic-1.1.1 app/views/publications/_faqs.html.erb
editorial_logic-1.1.0 app/views/publications/_faqs.html.erb