asiaH5/modules/e_paper/index.html.erb

21 lines
531 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<table class="table table-hover writing-conferences-index">
<thead>
<tr>
<th class="col-md-2">{{th_title}}</th>
<th class="col-md-2">{{th_period}}</th>
<th class="col-md-4">{{th_description}}</th>
</tr>
</thead>
<tbody class="table" data-list="papers" data-level="0">
<tr>
<td class="col-md-2">
<a class="index-content-title" href="{{link_to_show}}" target="_blank">{{title}}</a>
</td>
<td class="col-md-2">{{period}}</td>
<td class="col-md-2">{{description}}</td>
</tr>
</tbody>
</table>