orbit-4-2/app/views/admin/designs/_designs.html.erb

13 lines
342 B
Plaintext
Raw Normal View History

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