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 e81c758 commit d76e90fCopy full SHA for d76e90f
templates/partials/info_table.twig
@@ -9,7 +9,7 @@
9
{% for name, value in array %}
10
{% if value is iterable and value|length > 0 %}
11
<tr class="bg-gray-50 dark:bg-white/5">
12
- <td colspan="2" scope="colgroup" class="px-4 py-1.5 text-xs uppercase text-primary-600 dark:text-primary-400">
+ <td colspan="2" class="px-4 py-1.5 text-xs uppercase text-primary-600 dark:text-primary-400">
13
{{ name|replace({'_': ' '}) }}
14
</td>
15
</tr>
0 commit comments