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
8108654d
Verified
Commit
8108654d
authored
Aug 23, 2019
by
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
<
mattia@debian.org
>
parents
5559796a
7d6c58c8
Pipeline
#66505
passed with stage
in 6 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debexpo/templates/package/index.mako
View file @
8108654d
...
@@ -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>
...
...
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