We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d9df3 commit daf77cbCopy full SHA for daf77cb
Resources/views/SymfonyProfiler/translation.html.twig
@@ -81,11 +81,11 @@
81
<tbody>
82
{% for key, message in messages %}
83
<tr id="{{ key }}">
84
- <td>
85
- {% if withCheckbox %}
+ {% if withCheckbox %}
+ <td>
86
<input type="checkbox" name="translationKey" value="{{ key }}" checked="checked" class="translation-key-checkbox">
87
- {% endif %}
88
- </td>
+ </td>
+ {% endif %}
89
<td class="font-normal text-small">{{ message.locale }}</td>
90
<td class="font-normal text-small text-bold nowrap">{{ message.domain }}</td>
91
<td class="font-normal text-small">{{ message.count }}</td>
0 commit comments