Sha256: 7fcf19c661395901b3b951a19eb509a6712aa4e7d85cb3c1bb8f925c1bfa55a9

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

<h1>List</h1>
<% view_cache do %>

  <% content_for :title do %>
    <%= @items.size %> Items
  <% end %>

  <% @items.each do |item| %>
    <h3><%= item.name %></h3>
    <p><%= item.description %></p>
  <% end %>

<% end %>

<%= render :partial => 'shared/related' %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
interlock-1.4 test/integration/app/app/views/items/list.rhtml
interlock-1.1 test/integration/app/app/views/items/list.rhtml
interlock-1.2 test/integration/app/app/views/items/list.rhtml
interlock-1.3 test/integration/app/app/views/items/list.rhtml