Skip to content

Commit

Permalink
Merge pull request #387 from JZuidema/patch-1
Browse files Browse the repository at this point in the history
Fix domains for +intl-icu files
  • Loading branch information
bartmcleod authored Feb 15, 2021
2 parents abca4bb + 3fb615b commit a0a9946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Translation/overview.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<tbody>
{% for domain in domains %}
<tr columns="columns">
<td><a href="{{ path('lexik_translation_grid') }}#?filter[_domain]={{ domain }}">{{ domain }}</a></td>
<td><a href="{{ path('lexik_translation_grid') }}#?filter[_domain]={{ domain | url_encode }}">{{ domain }}</a></td>
{% for locale in locales %}
<td class="text-center">
<span class="text {{ stats[domain][locale]['completed'] == 100 ? 'text-success' : 'text-danger' }}">
Expand Down

0 comments on commit a0a9946

Please sign in to comment.