2014-01-29 04:33:09 +00:00
|
|
|
<thead>
|
|
|
|
<th class="span3 active">Thumbnails</th>
|
|
|
|
<th class="span2">Title</th>
|
|
|
|
<th class="span3">Price</th>
|
|
|
|
<th class="span1">Status</th>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<%= render :partial => 'template', :collection => @templates %>
|
|
|
|
</tbody>
|