Verified Commit 7d6c58c8 authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Add distribution info on package index page (Closes #75)

parent 77be2c8c
...@@ -122,6 +122,11 @@ ...@@ -122,6 +122,11 @@
</tr> </tr>
%endif %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>
<td>${ package_version.section }</td> <td>${ package_version.section }</td>
......
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