orbit_demo_new_old4/modules/publication/show_chapter_table.html.erb

26 lines
726 B
Plaintext

<div class="i-publication show-chapters-table">
<table class="i-publication__table table table-hover table-striped">
<thead>
<tr>
<th class="col-md-2"></th>
<th class="col-md-3">{{th_chapter_title}}</th>
<th class="col-md-2">{{th_author}}</th>
<th class="col-md-3">{{th_title}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="chapters">
<tr>
<td>
<span data-list="tags" data-level="1">
<span class="s-publication__tag">{{tag}}</span>
</span>
</td>
<td><a href="{{link_to_show}}" class="i-chapter_title">{{title}}</a></td>
<td>{{author}}</td>
<td>{{page}}</td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}
</div>