pr: small ui fix for grid.

This commit is contained in:
Milka Kuzminski 2021-04-13 19:44:10 +02:00
parent b0ec46a052
commit 331492325e

View file

@ -63,7 +63,7 @@
</tr>
%endfor
<tr class="compare_select_hidden" style="${('' if c.collapse_all_commits else 'display: none')}">
<td colspan="5">
<td colspan="7">
${_ungettext('{} commit hidden, click expand to show them.', '{} commits hidden, click expand to show them.', len(c.commit_ranges)).format(len(c.commit_ranges))}
</td>
</tr>