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>
|
2014-02-14 12:06:32 +00:00
|
|
|
|
2014-01-29 04:33:09 +00:00
|
|
|
<%= render :partial => 'template', :collection => @templates %>
|
|
|
|
</tbody>
|