Still converting to bootstrap 5. Moved away from Wt's boostrap5 theme to better stick to vanilla bootstrap
This commit is contained in:
+11
-8
@@ -16,11 +16,20 @@
|
||||
${<if-has-release-artists>}${artists}${</if-has-release-artists>}
|
||||
${<if-has-various-release-artists>}${tr:Lms.Explore.various-artists}${</if-has-various-release-artists>}
|
||||
<div class="small text-muted">${<if-has-year>}${year}${<if-has-orig-year>} (${orig-year})${</if-has-orig-year>} · ${</if-has-year>}${duration}</div>
|
||||
${clusters}
|
||||
${clusters class="mb-2"}
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="mb-3">
|
||||
${play-btn class="btn btn-outline-primary me-2"}${more-btn class="btn btn-outline-primary"}
|
||||
${play-btn class="btn btn-outline-primary me-2"}
|
||||
<span class="dropdown">
|
||||
<button class="btn btn-outline-primary" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false">...</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
|
||||
<li>${play-shuffled class="btn dropdown-item"}</li>
|
||||
${<if-has-mbid>}
|
||||
<li><a href="${mbid-link}" target="_blank" class="dropdown-item">${tr:Lms.Explore.musicbrainz-release}</a></li>
|
||||
${</if-has-mbid>}
|
||||
</ul>
|
||||
</span>
|
||||
</div>
|
||||
${container class="d-grid gap-3"}
|
||||
</div>
|
||||
@@ -38,12 +47,6 @@
|
||||
${copyright class="text-muted"}
|
||||
</div>
|
||||
${</if-has-copyright>}
|
||||
${<if-has-mbid>}
|
||||
<div class="col-12 col-md-4">
|
||||
<h3>${tr:Lms.Explore.links}</h3>
|
||||
${mbid-link class="text-muted"}
|
||||
</div>
|
||||
${</if-has-mbid>}
|
||||
</div>
|
||||
</message>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user