Sha256: 61c4e12aa827661f07286be357774c262aae1fa3e429cba1d8112e4d2ed58b21

Contents?: true

Size: 206 Bytes

Versions: 6

Compression:

Stored size: 206 Bytes

Contents

  <%- unless @contents.blank? -%>
    <ul class="articles_list">
    <%- @contents.each do |content| -%>
      <li><%= link_to content.headline, content.path -%></li>
    <%- end -%>
    </ul>
  <%- end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
editorial_logic-1.4.5 app/views/publications/_articles.html.erb
editorial_logic-1.4.4 app/views/publications/_articles.html.erb
editorial_logic-1.4.3 app/views/publications/_articles.html.erb
editorial_logic-1.4.2 app/views/publications/_articles.html.erb
editorial_logic-1.4.1 app/views/publications/_articles.html.erb
editorial_logic-1.4.0 app/views/publications/_articles.html.erb