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