File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 25
25
</div >
26
26
27
27
<div class =" mt-4" >
28
- <p class =" text-sm text-gray-500 dark:text-gray-300" ><b >Potrebno imati:</b > {{ props.data.potrebno_imati }}</p >
28
+ <p class =" text-sm text-gray-500 dark:text-gray-300" ><b >Preferirane tehnologije:</b > {{ props.data.preferirane_tehnologije }}</p >
29
+
30
+ <p class =" text-sm text-gray-500 dark:text-gray-300" ><b >Potrebno imati:</b > {{ props.data.potrebno_imati ? props.data.potrebno_imati : "nije navedeno" }}</p >
29
31
<p class =" text-sm text-gray-500 dark:text-gray-300" >
30
32
<b >Preferencije za studenta:</b >
31
33
{{ props.data.preferencije_za_studenta }}
Original file line number Diff line number Diff line change 47
47
<td data-label =" Kontakt email" >
48
48
{{ assignment["poslodavac_email"] }}
49
49
</td >
50
- <td data-label =" Preferirane tehnologije" >
50
+ <td data-label =" Preferirane tehnologije" class = " max-w-[100px] truncate " >
51
51
{{ assignment["preferirane_tehnologije"] }}
52
52
</td >
53
+
53
54
<td data-label =" Trajanje (sati)" >
54
55
{{ assignment["trajanje_sati"] }}
55
56
</td >
You can’t perform that action at this time.
0 commit comments