Skip to content
Snippets Groups Projects
Commit 109b8153 authored by Sebastien's avatar Sebastien
Browse files

fix translation error

parent 89cc6fb9
No related branches found
No related tags found
1 merge request!68Tuleap 134 unify css
Pipeline #868 passed
......@@ -17,7 +17,7 @@
{% if current_user.getGroups()|length > 1 %}
{{ form_start(filterByGroupForm, {'attr': {novalidate: 'novalidate', 'class': 'd-flex flex-row flex-nowrap'}}) }}
<div class="input-group">
{{ form_label(filterByGroupForm.name, 'groups.filter.label' | trans, { 'label_attr' : { 'class' : 'input-group-text mb-0'}}) }}
{{ form_label(filterByGroupForm.name, 'groups.filter.label', { 'label_attr' : { 'class' : 'input-group-text mb-0'}}) }}
{{ form(filterByGroupForm.name, {'attr': {'class': 'choice-auto-submit' }}) }}
</div>
{{ form_end(filterByGroupForm) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment