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
103d56bf
Verified
Commit
103d56bf
authored
Feb 06, 2020
by
Baptiste Beauplat
Browse files
Fix comment ordering on package page
parent
7222db30
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/templates/package/index.mako
View file @
103d56bf
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
<ol>
<ol>
% for comment in package_version.package_comments:
% for comment in
sorted(
package_version.package_comments
, key=lambda c: c.time)
:
<li>
<li>
<div>
<div>
...
...
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