Sha256: 3743db4ec1d2937853a96736fb2c2e34c17cef459a5fecf0a9d6847f4516d71d

Contents?: true

Size: 107 Bytes

Versions: 13

Compression:

Stored size: 107 Bytes

Contents

<% @articles.each do |article| %>
  <div>
    <%= article.title %>: <%= article.body %>
  </div>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
paloma-1.2.6 spec/sample_app/app/views/articles/index.html.erb
paloma-1.2.5 spec/sample_app/app/views/articles/index.html.erb
paloma-1.2.4 spec/sample_app/app/views/articles/index.html.erb
paloma-1.2.3 spec/sample_app/app/views/articles/index.html.erb
paloma-1.2.2 spec/sample_app/app/views/articles/index.html.erb
paloma-1.2.1 spec/sample_app/app/views/articles/index.html.erb
paloma-1.2.0 spec/sample_app/app/views/articles/index.html.erb
paloma-0.0.8 spec/sample_app/app/views/articles/index.html.erb
paloma-0.0.7 spec/sample_app/app/views/articles/index.html.erb
paloma-0.0.6 spec/sample_app/app/views/articles/index.html.erb
paloma-0.0.5 spec/sample_app/app/views/articles/index.html.erb
paloma-0.0.4 spec/sample_app/app/views/articles/index.html.erb
paloma-0.0.2 spec/sample_app/app/views/articles/index.html.erb