orbit-4-2/app/views/admin/template_store/index.html.erb

11 lines
238 B
Plaintext

<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>