feat: update label and icon of button in assignment card
This commit is contained in:
@@ -81,8 +81,8 @@
|
|||||||
{% elseif is_granted('APPLY', assignment) %}
|
{% elseif is_granted('APPLY', assignment) %}
|
||||||
<a href="{{ path('app_teamer_assignment_detail', { 'uuid': assignment.uuid, 'r': return_url() }) }}"
|
<a href="{{ path('app_teamer_assignment_detail', { 'uuid': assignment.uuid, 'r': return_url() }) }}"
|
||||||
class="btn btn--small flex items-center space-x-2">
|
class="btn btn--small flex items-center space-x-2">
|
||||||
{{ icon('hand', 'w-4 h-4 shrink-0') }}
|
{{ icon('info', 'w-4 h-4 shrink-0') }}
|
||||||
<span>bewerben</span>
|
<span>weitere Infos</span>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user