ydu_confs_rwd/modules/book/index.html.erb

18 lines
508 B
Plaintext
Raw Normal View History

2023-07-17 03:48:05 +00:00
<table class="table table-hover table-striped journal-papers-index">
<caption><h3>{{widget-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="books">
<tr>
<td>{{year}}</td>
<td><a href="{{link_to_show}}">{{book_title}}</a></td>
<td>{{author}}</td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}