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