เงื่อนไขเช็คแสดงสมัครสอบ
This commit is contained in:
parent
26bd9eeddc
commit
9b6a73ecc3
3 changed files with 5 additions and 2 deletions
|
|
@ -102,7 +102,7 @@
|
|||
{#each data.positionsTrue as p}
|
||||
<div class="text-lg py-1">
|
||||
<div class="flex flex-wrap items-center">
|
||||
{#if 'register_endDate' in data && isEndDatePassed(data.register_endDate)}
|
||||
{#if 'register_endDate' in data && data.canRegister}
|
||||
<a
|
||||
class="btn btn-sm btn-outline btn-info cursor-pointe"
|
||||
href={positions_base_url + p.path}
|
||||
|
|
@ -135,7 +135,8 @@
|
|||
{#each data.positionsFalse as a}
|
||||
<div class="text-lg py-1">
|
||||
<div class="flex flex-wrap items-center">
|
||||
{#if 'register_endDate' in data && isEndDatePassed(data.register_endDate)}
|
||||
{data.canRegister}
|
||||
{#if 'register_endDate' in data && data.canRegister}
|
||||
<a
|
||||
class="btn btn-sm btn-outline btn-info cursor-pointe"
|
||||
href={positions_base_url + a.path}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue