mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-11 09:32:22 +01:00
Compare commits
1 Commits
f5b4dbdf7a
...
86575e244c
| Author | SHA1 | Date | |
|---|---|---|---|
| 86575e244c |
@ -58,16 +58,14 @@
|
||||
</p>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<p class="navbar-text mb-0 duration-queue" v-bind:class="{danger: infobar.length_personal_queue > infobar.max_length * 60}">
|
||||
(${ infobar.length_personal_queue.secondsToMMSS() }$)
|
||||
</p>
|
||||
<p class="navbar-text mb-0 duration-queue" v-bind:class="{danger: infobar.length_personal_queue > infobar.max_length * 60}">(${ infobar.length_personal_queue.secondsToMMSS() }$)</p>
|
||||
</li>
|
||||
</template>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container-lg">
|
||||
<div class="d-none d-lg-block"><br></div>
|
||||
<br><br>
|
||||
<div class="alert-location">
|
||||
</div>
|
||||
<div class="tab-content">
|
||||
@ -101,7 +99,7 @@
|
||||
<td>
|
||||
<span class="artist">${ song.song.artist }$</span>
|
||||
<span v-if="show_details(song)" class="requested-by d-sm-none d-block small mt-3 fw-normal">
|
||||
Requested By:<br>
|
||||
Requested by:<br>
|
||||
<template v-if="song.user === null">
|
||||
Marietje
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user