update full description
This commit is contained in:
@@ -30,12 +30,18 @@
|
||||
<div
|
||||
v-if="
|
||||
event.status == 'closed' ||
|
||||
event.status == 'full' ||
|
||||
(event.status == 'open' && expired)
|
||||
((event.status == 'open' ||
|
||||
event.status == 'full') &&
|
||||
expired)
|
||||
"
|
||||
class="text-xs px-4 py-2 b-1 border-red-400 bg-red-100 text-red-900 text-center rounded">
|
||||
Registration for this event has closed.
|
||||
</div>
|
||||
<div
|
||||
v-if="event.status == 'full' && expired == false"
|
||||
class="text-xs px-4 py-2 b-1 border-red-400 bg-red-100 text-red-900 text-center rounded">
|
||||
This event is at capacity.
|
||||
</div>
|
||||
<div
|
||||
v-if="event.status == 'soon'"
|
||||
class="text-xs px-4 py-2 b-1 border-yellow-400 bg-yellow-100 text-yellow-900 text-center rounded">
|
||||
|
||||
Reference in New Issue
Block a user