Commit 9ae330fb authored by Nicolas Dandrimont's avatar Nicolas Dandrimont 🤔
Browse files

Do not show a "qa-content" div when the package is lintian-clean.

parent 7389310a
...@@ -23,8 +23,8 @@ def severity_key(x): ...@@ -23,8 +23,8 @@ def severity_key(x):
<div class="qa-header"> <div class="qa-header">
${o.outcome} ${o.outcome}
</div> </div>
<div class="qa-content">
% if o.rich_data: % if o.rich_data:
<div class="qa-content">
% for package in o.rich_data: % for package in o.rich_data:
<div class="lintian-pkgname"> <div class="lintian-pkgname">
${package} ${package}
...@@ -46,5 +46,5 @@ ${decode_severity(severity)} ${tag_to_a(tag)} ...@@ -46,5 +46,5 @@ ${decode_severity(severity)} ${tag_to_a(tag)}
% endfor % endfor
</ul> </ul>
% endfor % endfor
% endif
</div> </div>
% endif
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