Feat: Streamline layout for teamer
This commit is contained in:
@@ -58,13 +58,13 @@
|
||||
{% set label = 'eingeteilt' %}
|
||||
{% else %}
|
||||
{% set icon = 'info' %}
|
||||
{% set class = 'btn--info' %}
|
||||
{% set class = '' %}
|
||||
{% set url = path('app_teamer_assignment', { 'uuid': assignment.uuid, 'r': return_url() }) %}
|
||||
{% set label = 'bewerben' %}
|
||||
{% endif %}
|
||||
<a href="{{ url }}"
|
||||
class="btn btn--small flex items-center space-x-2 {{ class }}">
|
||||
{{ icon(icon, 'w-4 h-4') }}
|
||||
{{ icon(icon, 'w-4 h-4 shrink-0') }}
|
||||
<span>{{ label }}</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user