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

22 lines
688 B
Plaintext

<table class="table table-hover table-striped projects-index">
<caption><h3>{{widget-title}}</h3></caption>
<thead>
<tr>
<th class="col-md-3">{{th_duration}}</th>
<th class="col-md-3">{{th_project_title}}</th>
<th class="col-md-2">{{th_job_title}}</th>
<th class="col-md-2">{{th_participator}}</th>
<th class="col-md-3">{{th_authors}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="projects">
<tr>
<td>{{duration}}</td>
<td><a href="{{link_to_show}}">{{project_title}}</a></td>
<td>{{job_title}}</td>
<td>{{participator}}</td>
<td>{{authors}}</td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}