Compare commits
No commits in common. "19e506126ba7ecf5c8b9dd3be101105245d49ff5" and "023a5075c2143ceb2cf2cdf8def15e6ecb146c1d" have entirely different histories.
19e506126b
...
023a5075c2
1 changed files with 8 additions and 4 deletions
|
|
@ -138,7 +138,8 @@
|
|||
href={positions_base_url + p.path}
|
||||
target="_blank"
|
||||
>
|
||||
<i class="fa-solid fa-pen-to-square text-sm" />
|
||||
<i class="fa-solid fa-pen-to-square text-sm pr-2" />
|
||||
ใบสมัคร
|
||||
</a>
|
||||
{:else}
|
||||
<a
|
||||
|
|
@ -146,7 +147,8 @@
|
|||
href={positions_base_url + p.path}
|
||||
target="_blank"
|
||||
>
|
||||
<i class="fa-solid fa-pen-to-square text-sm" />
|
||||
<i class="fa-solid fa-pen-to-square text-sm pr-2" />
|
||||
{isRegistrationOpen() || isRegistrationExpired() ? 'ใบสมัคร' : ''}
|
||||
</a>
|
||||
{/if}
|
||||
<div class="pl-2">
|
||||
|
|
@ -170,7 +172,8 @@
|
|||
href={positions_base_url + a.path}
|
||||
target="_blank"
|
||||
>
|
||||
<i class="fa-solid fa-pen-to-square text-sm" />
|
||||
<i class="fa-solid fa-pen-to-square text-sm pr-2" />
|
||||
ใบสมัคร
|
||||
</a>
|
||||
{:else}
|
||||
<a
|
||||
|
|
@ -178,7 +181,8 @@
|
|||
href={positions_base_url + a.path}
|
||||
target="_blank"
|
||||
>
|
||||
<i class="fa-solid fa-pen-to-square text-sm" />
|
||||
<i class="fa-solid fa-pen-to-square text-sm pr-2" />
|
||||
{isRegistrationOpen() || isRegistrationExpired() ? 'ใบสมัคร' : ''}
|
||||
</a>
|
||||
{/if}
|
||||
<div class="pl-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue