Limited part-time availability.
This commit is contained in:
parent
034b7375e8
commit
8b30afc753
|
@ -20,8 +20,8 @@ author:
|
|||
website: https://www.appnovation.com
|
||||
|
||||
availability:
|
||||
part: limited
|
||||
full: no
|
||||
part: no
|
||||
|
||||
companies:
|
||||
appnovation:
|
||||
|
|
|
@ -2,6 +2,5 @@
|
|||
<i class="fa fa-thumbs-o-up text-warning"></i>
|
||||
|
||||
{{ value == 'full' ? 'Currently have limited full-time capacity' }}
|
||||
|
||||
{{ value == 'part' ? 'Currently have limited part-time capacity' }}
|
||||
</p>
|
||||
|
|
|
@ -2,6 +2,5 @@
|
|||
<i class="fa fa-thumbs-o-down text-danger"></i>
|
||||
|
||||
{{ value == 'full' ? 'Currently no spare full-time capacity.' }}
|
||||
|
||||
{{ value == 'part' ? 'Currently no spare part-time capacity.' }}
|
||||
</p>
|
||||
|
|
|
@ -2,6 +2,5 @@
|
|||
<i class="fa fa-thumbs-o-up text-success"></i>
|
||||
|
||||
{{ value == 'full' ? 'Currently have available full-time capacity' }}
|
||||
|
||||
{{ value == 'part' ? 'Currently have available part-time capacity' }}
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue