drop architecture coz it is always same

This commit is contained in:
2021-03-13 17:12:36 +03:00
parent 4b98b21a70
commit 4727894349
5 changed files with 3 additions and 9 deletions

View File

@@ -33,14 +33,12 @@
<tr class="header">
<th>package</th>
<th>version</th>
<th>architecture</th>
</tr>
{% for package in packages %}
<tr class="package">
<td class="include-search"><a href="{{ link_path|e }}/{{ package.filename|e }}" title="{{ package.name|e }}">{{ package.name|e }}</a></td>
<td>{{ package.version|e }}</td>
<td>{{ architecture|e }}</td>
</tr>
{% endfor %}
</table>