Verified Commit 8108654d authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Merge branch 'feature/package-info' of salsa.debian.org:lyknode-guest/debexpo into live

MR: !88


Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parents 5559796a 7d6c58c8
Pipeline #66505 passed with stage
in 6 minutes and 45 seconds
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
<td>${ package_version.uploaded.strftime("%Y-%m-%d %H:%M %Z")}</td> <td>${ package_version.uploaded.strftime("%Y-%m-%d %H:%M %Z")}</td>
</tr> </tr>
%if package_version.source_packages[0].package_files:
<tr> <tr>
<th>${ _('Source package') }:</th> <th>${ _('Source package') }:</th>
<td> <td>
...@@ -119,6 +120,12 @@ ...@@ -119,6 +120,12 @@
</td> </td>
</tr> </tr>
%endif
<tr class="pkg-list">
<th>${ _('Distribution') }:</th>
<td>${ package_version.distribution }</td>
</tr>
<tr class="pkg-list"> <tr class="pkg-list">
<th>${ _('Section') }:</th> <th>${ _('Section') }:</th>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment