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

22 lines
665 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_member}}</th>
<th class="col-md-3">{{th_school_name}}</th>
<th class="col-md-2">{{th_degree}}</th>
<th class="col-md-3">{{th_duration}}</th>
<th class="col-md-2"></th>
</tr>
</thead>
<tbody data-level="0" data-list="diplomas">
<tr>
<td>{{member}}</td>
<td>{{school_name}}</td>
<td>{{degree}}</td>
<td>{{duration}}</td>
<th><a href="{{link_to_show}}">{{th_detail}}</a></th>
</tr>
</tbody>
</table>
{{pagination_goes_here}}