Skip to content

Commit

Permalink
Adapting to jenkinsci#5923
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Mar 29, 2022
1 parent b4614e7 commit 27f9983
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,11 @@ THE SOFTWARE.
<j:set var="instance" value="${current.descriptor==descriptor ? current : null}" />
<j:set var="help" value="${descriptor.helpFile}"/>
<j:if test="${help != null}">
<div class="tr help-sibling radio-block-start row-group-start" hasHelp="true">
<div colspan="3">
<label><st:nbsp/></label>
<f:helpLink url="${help}" featureName="${descriptor.displayName}"/>
</div>
<div class="help-sibling" style="width:100%">
${%Overview}
<f:helpLink url="${help}" featureName="${descriptor.displayName}"/>
<f:helpArea/>
</div>
<f:helpArea/>
</j:if>
<st:include from="${descriptor}" page="${descriptor.configPage}" optional="true" />
</l:ajax>
Expand Down

0 comments on commit 27f9983

Please sign in to comment.