remove btn breakfast and lunch
This commit is contained in:
parent
59c4739ee3
commit
d23d529f34
|
|
@ -1365,11 +1365,15 @@ const ActivityList = Vue.component('activitylist', {
|
|||
href="#"
|
||||
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"
|
||||
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>
|
||||
|
||||
-->
|
||||
<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)"
|
||||
:href="'ed_act.php?w=' + a.id"
|
||||
class="px-3 py-1 text-sm font-medium text-white bg-purple-600 rounded hover:bg-purple-700">Edit</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue