feat: additional jobprofile infotext
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
</dt>
|
||||
<dd class="mt-1 text-sm leading-6 text-gray-700 sm:col-span-2 sm:mt-0">
|
||||
{{ assignment.jobProfile.name }}
|
||||
{% if assignment.jobProfileInfo %}
|
||||
<div class="pt-2">
|
||||
{{ assignment.jobProfileInfo|nl2br }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</dd>
|
||||
</div>
|
||||
<div class="py-6 first:pt-0 last:pb-0 sm:grid sm:grid-cols-3 sm:gap-4">
|
||||
|
||||
Reference in New Issue
Block a user