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
3b8a47a0
Commit
3b8a47a0
authored
Feb 26, 2012
by
Nicolas Dandrimont
🤔
Browse files
Only allow to expand the "buildsystem" plugin output when there is something to expand
parent
14a69cf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/templates/plugins/buildsystem/html.mako
View file @
3b8a47a0
<div class="qa-header">
Buildsystem: ${o.outcome}
</div>
<div class="qa-content">
%if o.rich_data["build-system"] == "debhelper":
<div class="qa-content">
%if o.rich_data["compat-level"]:
Debhelper compatibility level ${o.rich_data["compat-level"]}
%else:
No compatibility level set!
%endif
</div>
%endif
</div>
\ No newline at end of file
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