Put import records in rows
This commit is contained in:
@ -3,9 +3,8 @@
|
|||||||
{% block title %}Scrobble Imports{% endblock %}
|
{% block title %}Scrobble Imports{% endblock %}
|
||||||
|
|
||||||
{% block lists %}
|
{% block lists %}
|
||||||
|
{% if tsv_imports %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% if tsv_imports %}
|
|
||||||
<div class="col-md">
|
|
||||||
<h3>Audioscrobbler</h3>
|
<h3>Audioscrobbler</h3>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped table-sm">
|
<table class="table table-striped table-sm">
|
||||||
@ -27,11 +26,11 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if lastfm_imports %}
|
{% if lastfm_imports %}
|
||||||
<div class="col-md">
|
<div class="row">
|
||||||
<h3>LastFM</h3>
|
<h3>LastFM</h3>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped table-sm">
|
<table class="table table-striped table-sm">
|
||||||
@ -52,11 +51,11 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if koreader_imports %}
|
{% if koreader_imports %}
|
||||||
<div class="col-md">
|
<div class="row">
|
||||||
<h3>KOReader</h3>
|
<h3>KOReader</h3>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped table-sm">
|
<table class="table table-striped table-sm">
|
||||||
@ -77,7 +76,6 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user