Commit 3b8a47a0 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont 🤔
Browse files

Only allow to expand the "buildsystem" plugin output when there is something to expand

parent 14a69cf9
<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
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