23 lines
944 B
Plaintext
23 lines
944 B
Plaintext
<table class="table main-list tablet footable-loaded">
|
|
<thead>
|
|
<tr class="sort-header">
|
|
<%= thead('personal_other_paper.title') %>
|
|
<%= thead('personal_other_paper.issue_date') %>
|
|
<%= thead('personal_other_paper.newsletter') %>
|
|
<%= thead('personal_other_paper.member_profile') %>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="tbody_writing_journals" class="sort-holder">
|
|
<%= render 'other_papers' %>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div class="bottomnav clearfix">
|
|
<div class="action pull-right">
|
|
<%= link_to content_tag(:i, nil, :class => 'icon-plus icon-white') + t(:new_), new_admin_other_paper_path, :class => 'btn btn-primary' %>
|
|
<%= link_to content_tag(:i, nil, :class => 'icon-cog icon-white') + t('setting'), admin_other_paper_setting_path, :class => 'btn btn-primary pull-right' %>
|
|
</div>
|
|
<div class="pagination pagination-centered">
|
|
<%= content_tag :div, paginate(@other_papers), class: "pagination pagination-centered" %>
|
|
</div>
|
|
</div> |