remove btn breakfast and lunch
This commit is contained in:
parent
59c4739ee3
commit
d23d529f34
|
|
@ -1365,10 +1365,14 @@ const ActivityList = Vue.component('activitylist', {
|
||||||
href="#"
|
href="#"
|
||||||
class="px-3 py-1 text-sm font-medium text-white bg-purple-600 rounded hover:bg-purple-700">Sign Up</a>
|
class="px-3 py-1 text-sm font-medium text-white bg-purple-600 rounded hover:bg-purple-700">Sign Up</a>
|
||||||
|
|
||||||
<a v-if="special_signup(a.id)"
|
<!--<a v-if="special_signup(a.id)"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://forms.office.com/r/GGz56DdSEG"
|
href="https://forms.office.com/r/GGz56DdSEG"
|
||||||
class="px-3 py-1 text-sm font-medium text-white bg-amber-500 rounded hover:bg-amber-700">Sign Up</a>
|
class="px-3 py-1 text-sm font-medium text-white bg-amber-500 rounded hover:bg-amber-700">Sign Up</a>
|
||||||
|
-->
|
||||||
|
<span v-if="special_signup(a.id)"
|
||||||
|
class="px-3 py-1 text-sm font-medium text-white">
|
||||||
|
</span>
|
||||||
|
|
||||||
<a v-if="my_host_ids.includes(a.id)"
|
<a v-if="my_host_ids.includes(a.id)"
|
||||||
:href="'ed_act.php?w=' + a.id"
|
:href="'ed_act.php?w=' + a.id"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue