WIP: Implement teamer dashboard
This commit is contained in:
@@ -38,12 +38,12 @@
|
||||
{% if application.status == constant('App\\Entity\\Application::STATUS_REJECTED') %}
|
||||
{% set icon = 'close' %}
|
||||
{% set class = 'bg-gray-100 text-gray-800 hover:bg-gray-50' %}
|
||||
{% set url = path('app_teamer_assignment', { 'uuid': assignment.uuid, 'r': return_url() }) %}
|
||||
{% set url = path('app_teamer_assignment_detail', { 'uuid': assignment.uuid, 'r': return_url() }) %}
|
||||
{% set label = 'Bewerbung abgelehnt' %}
|
||||
{% else %}
|
||||
{% set icon = 'hourglass' %}
|
||||
{% set class = 'bg-yellow-100 text-yellow-800 hover:bg-yellow-50' %}
|
||||
{% set url = path('app_teamer_assignment', { 'uuid': assignment.uuid, 'r': return_url() }) %}
|
||||
{% set url = path('app_teamer_assignment_detail', { 'uuid': assignment.uuid, 'r': return_url() }) %}
|
||||
{% set label = 'in Bearbeitung' %}
|
||||
{% endif %}
|
||||
<a href="{{ url }}"
|
||||
|
||||
Reference in New Issue
Block a user