<%= view.first.make.name %>
Index
<% view.models.each do |model| %>
<%= model.name %>
<% end %>
<% view.take(10).each do |work| %>
<% end %>