asiaH1/modules/personal_honor/index.html.erb

22 lines
679 B
Plaintext

<table class="table table-hover table-striped writing-conferences-index">
<caption><h3>{{widget-title}}</h3></caption>
<thead>
<tr>
<th class="col-md-2">{{th_year}}</th>
<th class="col-md-3">{{th_award_name}}</th>
<th class="col-md-2">{{th_awarding_unit}}</th>
<th class="col-md-3">{{th_award_winner}}</th>
<th class="col-md-2"></th>
</tr>
</thead>
<tbody data-level="0" data-list="honors">
<tr>
<td>{{year}}</td>
<td>{{award_name}}</td>
<td>{{awarding_unit}}</td>
<td>{{award_winner}}</td>
<th><a href="{{link_to_show}}">{{th_detail}}</a></th>
</tr>
</tbody>
</table>
{{pagination_goes_here}}