2014-07-04 07:18:31 +00:00
|
|
|
<table class="table main-list">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th class="span1"><%= t('personal_research.year') %></th>
|
|
|
|
<th class="span1"><%= t('personal_research.publication_date') %></th>
|
|
|
|
<th class="span5"><%= t('personal_research.research_title') %></th>
|
|
|
|
<th class="span3"><%= t('users.name') %></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="tbody_researchs" class="sort-holder">
|
2014-07-18 07:06:41 +00:00
|
|
|
<%= render 'research' %>
|
2014-07-04 07:18:31 +00:00
|
|
|
</tbody>
|
2014-07-18 07:06:41 +00:00
|
|
|
</table>
|
|
|
|
|
|
|
|
<div class="bottomnav clearfix">
|
|
|
|
<div class="pagination pagination-centered">
|
|
|
|
<%= content_tag :div, paginate(@researchs), class: "pagination pagination-centered" %>
|
|
|
|
</div>
|
|
|
|
</div>
|