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