Still converting

This commit is contained in:
emeric
2022-03-14 21:14:10 +01:00
parent 722949a00c
commit 3948f4a63c
11 changed files with 104 additions and 123 deletions
+3 -12
View File
@@ -4,9 +4,9 @@
<!--FORMS message blocks-->
<message id="Lms.Explore.Tracks.template">
<div class="Lms-header">
${mode class="nav nav-pills Lms-explore-mode-container"}
${play-btn class="Lms-explore-btn Lms-btn"}${more-btn class="Lms-explore-btn Lms-btn"}
${mode class="nav nav-pills Lms-explore-mode-container mb-1"}
<div class="mb-3">
${play-btn}${more-btn}
</div>
${tracks}
</message>
@@ -40,13 +40,4 @@
<small>${artist class="Lms-btn Lms-artistname text-muted"}</small>
</message>
<message id="Lms.Explore.Tracks.template.container">
<div class="row">
<div class="col-lg-8">
${elements}
${loading-indicator class="Lms-horizontal-center Lms-loading-indicator"}
</div>
</div>
</message>
</messages>