<table>
<thead>
<tr>
<th>Name</th>
<th>Photo</th>
<th colspan="3">Task List</th>
</tr>
</thead>
<tbody>
<% @staffs.each do |staff| %>
<% @item1s.each do |item1| %>
<tr>
<td><%= staff.name %></td>
<td><%= item1.name %></td>
</tr>
<% end %>
<% end %>
</tbody>
</table>
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/7e862313-b844-40cc-b052-fce90c858abf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.