Put import records in rows
This commit is contained in:
@ -3,9 +3,8 @@
|
||||
{% block title %}Scrobble Imports{% endblock %}
|
||||
|
||||
{% block lists %}
|
||||
<div class="row">
|
||||
{% if tsv_imports %}
|
||||
<div class="col-md">
|
||||
<div class="row">
|
||||
<h3>Audioscrobbler</h3>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-sm">
|
||||
@ -31,7 +30,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if lastfm_imports %}
|
||||
<div class="col-md">
|
||||
<div class="row">
|
||||
<h3>LastFM</h3>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-sm">
|
||||
@ -56,7 +55,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if koreader_imports %}
|
||||
<div class="col-md">
|
||||
<div class="row">
|
||||
<h3>KOReader</h3>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-sm">
|
||||
@ -79,5 +78,4 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user