orbit4-5/app/templates/orbit_bootstrap/modules/news/index.html.erb

17 lines
483 B
Plaintext

<div class="index-news index1">
<h3 class="index-title">
<span>{{page-title}}</span>
</h3>
<table class="table table-bordered" data-level="0" data-list="news">
<tr>
<td class="img" width="75"><img src="{{img_src}}" alt=""></td>
<td>
<a href="{{link_to_show}}" class="new_title">{{title}}</a>
<p class="index-subtitle">{{subtitle}}</p>
</td>
<td class="date">{{postdate}}</td>
</tr>
</table>
</div>
{{pagination_goes_here}}