Still converting to bootstrap 5. Releases update + admin views

This commit is contained in:
emeric
2022-05-11 20:57:06 +02:00
parent 6e0da3a9bd
commit 5eec40dc44
9 changed files with 108 additions and 85 deletions
+7 -7
View File
@@ -39,13 +39,13 @@
</message>
<message id="Lms.Explore.Releases.template.entry-grid">
<div class="card border-0 bg-transparent">
${cover class="shadow-sm"}
${release-name class="text-truncate text-nowrap text-decoration-none link-success"}
${<if-has-artist>}${artist-name class=" text-truncate text-nowrap text-decoration-none link-secondary"}${</if-has-artist>}
${<if-has-various-artists>}<div class="text-truncate text-nowrap text-secondary">${tr:Lms.Explore.various-artists}</div>${</if-has-various-artists>}
${<if-has-year>}<div class="small text-muted">${year}</div>${</if-has-year>}
</div>
<div class="Lms-responsive-square Lms-cover-container">
${cover class="shadow-sm"}
</div>
${release-name class="d-block text-truncate text-nowrap text-decoration-none link-success"}
${<if-has-artist>}${artist-name class="d-block text-truncate text-nowrap text-decoration-none link-secondary"}${</if-has-artist>}
${<if-has-various-artists>}<div class="text-truncate text-nowrap text-secondary">${tr:Lms.Explore.various-artists}</div>${</if-has-various-artists>}
${<if-has-year>}<div class="small text-muted">${year}</div>${</if-has-year>}
</message>
<message id="Lms.Explore.Releases.template.container">