Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
7d6c58c8
Verified
Commit
7d6c58c8
authored
Aug 23, 2019
by
Baptiste Beauplat
Browse files
Add distribution info on package index page (Closes
#75
)
parent
77be2c8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/templates/package/index.mako
View file @
7d6c58c8
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment