feat: show available/open assignments in timeline
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</button>
|
||||
</div>
|
||||
{% else %}
|
||||
<a href="{{ path('app_administrative_assignment_edit', { 'uuid': item.assignmentUuid, 'r': return_url() }) }}"
|
||||
<a href="{{ path('app_administrative_assignment_detail', { 'uuid': item.assignmentUuid, 'r': return_url() }) }}"
|
||||
class="text-xs font-semibold">
|
||||
{{ item.jobProfile }}
|
||||
</a>
|
||||
@@ -112,7 +112,7 @@
|
||||
<span>Bedarf</span>
|
||||
</div>
|
||||
<div class="flex items-center space-x-2 bg-blue-500 text-gray-50 px-4 py-1">
|
||||
<span>in Bewerbung</span>
|
||||
<span>in Bearbeitung</span>
|
||||
</div>
|
||||
<div class="flex items-center space-x-2 bg-green-500 text-gray-50 px-4 py-1">
|
||||
<span>besetzt</span>
|
||||
|
||||
Reference in New Issue
Block a user