personal-lab/app/views/admin/labs/index.html.erb

17 lines
480 B
Plaintext
Raw Normal View History

2014-07-03 11:25:50 +00:00
<table class="table main-list">
<thead>
<tr>
<th class="span1"><%= t('personal_lab.year') %></th>
<th class="span3"><%= t('module_name.personal_lab') %></th>
<th class="span1"><%= t('personal_lab.location') %></th>
</tr>
</thead>
<tbody id="tbody_labs" class="sort-holder">
<%= render :partial => 'lab', :collection => @labs %>
</tbody>
</table>
<div class="bottomnav clearfix">
<div class="pagination pagination-centered">
</div>
</div>