orbit4-5/app/views/admin/designs/_designs.html.erb

10 lines
257 B
Plaintext

<thead>
<tr class="sort-header">
<th class="">Templates Title</th>
<th class="">Designer</th>
<th class="">Status</th>
</tr>
</thead>
<tbody id="tbody_designs" class="sort-holder">
<%= render :partial => 'design', :collection => @designs %>
</tbody>