2014-01-16 10:15:00 +00:00
|
|
|
<thead>
|
|
|
|
<tr class="sort-header">
|
2014-01-29 04:33:09 +00:00
|
|
|
<th class="first span2"><a href="#">Templates Title</a></th>
|
|
|
|
<th class="active span3">Designer</th>
|
|
|
|
<th class="span3">Actions</th>
|
|
|
|
<th class="span1">Status</th>
|
2014-01-16 10:15:00 +00:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tbody id="tbody_designs" class="sort-holder">
|
|
|
|
<%= render :partial => 'design', :collection => @designs %>
|
|
|
|
</tbody>
|