orbit_demo_new_old/modules/personal_journal/index.html.erb

35 lines
729 B
Plaintext

<style>
@media(min-width:500px){
[data-list="headers"] th:first-child {
width: 5em;
max-width: 5em;
white-space: nowrap;
}
[data-list="journal_papers"] td:first-child {
width: 5em;
max-width: 5em;
white-space: nowrap;
}
}
.breadcrumb{
padding-left: 0;
}
</style>
<table class="table table-hover table-striped projects-index">
<caption><h3 class="journal-title">{{widget-title}}</h3></caption>
<thead>
<tr data-level="0" data-list="headers">
<th class="">{{head-title}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="journal_papers">
<tr data-level="1" data-list="jps">
<td>{{value}}</td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}