asiaH2/modules/personal_journal/index.html.erb

14 lines
409 B
Plaintext
Raw Normal View History

2021-04-19 02:04:27 +00:00
<table class="table table-hover table-striped projects-index">
2020-04-09 10:46:42 +00:00
<caption><h3>{{widget-title}}</h3></caption>
<thead>
<tr data-level="0" data-list="headers">
2021-04-19 02:04:27 +00:00
<th class="col-md-{{col}}">{{head-title}}</th>
2020-04-09 10:46:42 +00:00
</tr>
</thead>
<tbody data-level="0" data-list="journal_papers">
<tr data-level="1" data-list="jps">
<td>{{value}}</td>
</tr>
</tbody>
</table>
2021-04-19 02:04:27 +00:00
{{pagination_goes_here}}