Verified Commit e0eb7a26 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Merge branch 'fix/live-comment-order' of salsa.debian.org:lyknode-guest/debexpo into live

MR: !109


Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parents 7222db30 103d56bf
Pipeline #109467 passed with stage
in 4 minutes and 47 seconds
...@@ -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>
......
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