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

11 lines
293 B
Plaintext

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