Task: Replace icon
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
{% set url = path('app_teamer_disposition_detail', { 'uuid': assignment.dispositions[0].uuid }) %}
|
||||
{% set label = 'eingeteilt' %}
|
||||
{% else %}
|
||||
{% set icon = 'info' %}
|
||||
{% set icon = 'hand' %}
|
||||
{% set class = 'btn--info' %}
|
||||
{% set url = path('app_teamer_assignment', { 'uuid': assignment.uuid, 'r': return_url() }) %}
|
||||
{% set label = 'bewerben' %}
|
||||
|
||||
Reference in New Issue
Block a user