personal_writing/modules/personal_writing/index.html.erb

24 lines
729 B
Plaintext

<table class="table table-hover table-striped writing-conferences-index">
<caption><h1>{{widget-title}}</h1></caption>
<thead>
<tr>
<th class="col-md-2">{{th_year}}</th>
<th class="col-md-2">{{th_month}}</th>
<th class="col-md-3">{{th_writing_title}}</th>
<th class="col-md-2">{{th_other}}</th>
<th class="col-md-3">{{th_member}}</th>
<th class="col-md-2"></th>
</tr>
</thead>
<tbody data-level="0" data-list="writings">
<tr>
<td>{{year}}</td>
<td>{{month}}</td>
<td>{{writing_title}}</td>
<td>{{other}}</td>
<td>{{member}}</td>
<th><a href="{{link_to_show}}">{{th_detail}}</a></th>
</tr>
</tbody>
</table>
{{pagination_goes_here}}