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 caae3b0 commit 6905a3aCopy full SHA for 6905a3a
metadata.html.jinja
@@ -12,13 +12,15 @@
12
<thead>
13
<tr>
14
<th>language</th>
15
+ <th>branch</th>
16
<th>build warnings*</th>
17
</tr>
18
</thead>
19
<tbody>
20
{% for project, metadata in metadata | sort(attribute='0.completion,0.translators.number') | reverse %}
21
22
<td data-label="language">{{ project.language.name }} ({{ project.language.code }})</td>
23
+ <td data-label="branch">{{ project.branch }}</td>
24
<td data-label="warnings">
25
{% if project.completion %}<a href="warnings-{{ project.language.code }}.txt">{{ metadata }}</a>{% else %}{{ metadata }}{% endif %}
26
</td>
0 commit comments