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

11 lines
238 B
Plaintext
Raw Normal View History

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>