Files
dss/templates/views/ReleaseListView.html
2012-08-10 12:14:20 +01:00

18 lines
490 B
HTML

<div id="title-area">
<h2 class="bordered">Upcoming Releases</h2>
</div>
<div id="layout-area" class="hero-well">
<table id="release-table" class="table table-bordered table-striped">
<thead>
<tr>
<th>Label</th>
<th>Release date</th>
<th>Artist</th>
<th>Title</th>
</tr>
</thead>
<tbody id="release-list-container" data-provides="rowlink">
</tbody>
</table>
</div>