orbit4-5/app/templates/nccu/modules/personal_conference/index.html.erb

18 lines
528 B
Plaintext

<table class="table table-hover table-striped writing-conferences-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="writing_conferences">
<tr>
<td>{{year}}</td>
<td><a href="{{link_to_show}}">{{paper_title}}</a></td>
<td>{{author}}</td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}