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
+5 -5
View File
@@ -3,16 +3,16 @@
<messages xmlns:if="Wt.WTemplate.conditions">
<message id="Lms.Explore.Releases.template">
<div>
${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>
${releases}
</message>
<message id="Lms.Explore.Releases.template.entry-grid">
<div class="card border-0">
${cover class="card-img-top"}
${cover class="shadow-sm"}
${release-name}
${<if-has-year>}${year}${</if-has-year>}
${<if-has-artist>}${artist-name}${</if-has-artist>}
@@ -22,7 +22,7 @@
<message id="Lms.Explore.Releases.template.container">
${elements class="row gy-4"}
${loading-indicator class="Lms-horizontal-center Lms-loading-indicator"}
${loading-indicator}
</message>