Skip to content

Commit

Permalink
Recommend better jelly tag (jenkinsci#4191)
Browse files Browse the repository at this point in the history
An empty f:entry is basically the same thing as f:block but with extra
steps.
  • Loading branch information
jvz authored and oleg-nenashev committed Sep 12, 2019
1 parent be7e3fd commit 8853687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/lib/form/repeatableProperty.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ THE SOFTWARE.
Unless that nested config.jelly already adds a delete button (deprecated), you should normally put the following inside this tag:
<f:entry title="">
<f:block>
<div align="right">
<f:repeatableDeleteButton />
</div>
</f:entry>
</f:block>
]]>

<st:attribute name="field">
Expand Down

0 comments on commit 8853687

Please sign in to comment.