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
9ae330fb
Commit
9ae330fb
authored
Feb 18, 2012
by
Nicolas Dandrimont
🤔
Browse files
Do not show a "qa-content" div when the package is lintian-clean.
parent
7389310a
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/templates/plugins/lintian/html.mako
View file @
9ae330fb
...
@@ -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
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