13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
<thead>
|
|
<tr class="sort-header">
|
|
<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>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tbody id="tbody_designs" class="sort-holder">
|
|
<%= render :partial => 'design', :collection => @designs %>
|
|
</tbody>
|