mirror of https://github.com/bra1n/townsquare.git
add firstNight/otherNight leaves to fabled
This commit is contained in:
parent
874e0ae1cb
commit
139b4fd202
|
@ -8,8 +8,14 @@
|
|||
require('../assets/icons/' + role.id + '.png')})`
|
||||
}"
|
||||
></span>
|
||||
<span class="leaf-left" v-if="role.firstNight"></span>
|
||||
<span class="leaf-right" v-if="role.otherNight"></span>
|
||||
<span
|
||||
class="leaf-left"
|
||||
v-if="role.firstNight || role.firstNightReminder"
|
||||
></span>
|
||||
<span
|
||||
class="leaf-right"
|
||||
v-if="role.otherNight || role.otherNightReminder"
|
||||
></span>
|
||||
<span
|
||||
v-if="role.reminders && role.reminders.length"
|
||||
v-bind:class="['leaf-top' + role.reminders.length]"
|
||||
|
|
Loading…
Reference in New Issue