mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 05:42:21 +01:00
Merge branch 'wkuijltjes/capitalising-a-single-lowercase' into 'marietje-zuid'
Changing a single lowercase letter to uppercase See merge request technicie/MarietjeDjango!74
This commit is contained in:
@ -66,7 +66,7 @@
|
|||||||
<td class="col-md-2 d-sm-table-cell d-none">Requested By</td>
|
<td class="col-md-2 d-sm-table-cell d-none">Requested By</td>
|
||||||
<td class="col-md-1 text-info d-sm-table-cell d-none" style="cursor: pointer;">
|
<td class="col-md-1 text-info d-sm-table-cell d-none" style="cursor: pointer;">
|
||||||
<span v-if="playsIn" id="timeswitch" class="btn btn-link p-0" v-on:click="playsIn = false">Plays In</span>
|
<span v-if="playsIn" id="timeswitch" class="btn btn-link p-0" v-on:click="playsIn = false">Plays In</span>
|
||||||
<span v-else class="btn btn-link p-0" v-on:click="playsIn = true">Plays at</span>
|
<span v-else class="btn btn-link p-0" v-on:click="playsIn = true">Plays At</span>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-1 control-icons">Control</td>
|
<td class="col-md-1 control-icons">Control</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user