ydu_confs_rwd/modules/journal_paper/index.html.erb

18 lines
516 B
Plaintext
Raw Permalink Normal View History

2023-07-17 03:48:05 +00:00
<table class="table table-hover table-striped journal-papers-index">
<caption><h3>{{page-title}}</h3></caption>
<thead>
<tr>
<th class="col-md-1">{{th_year}}</th>
<th class="col-md-9">{{th_title}}</th>
<th class="col-md-2">{{th_author}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="journal_papers">
<tr>
<td>{{year}}</td>
<td><a href="{{link_to_show}}">{{paper_title}}</a></td>
<td>{{author}}</td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}