Skip to content

Commit fbfcdbf

Browse files
Restore descriptions
1 parent b83f8b6 commit fbfcdbf

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder/view-index-top.jelly

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ THE SOFTWARE.
4242
<l:breakable value="${it.displayName}"/>
4343
</h1>
4444
</div>
45-
<div class="jenkins-app-bar__controls">
46-
<t:editDescriptionButton description="${it.primaryView.description}" permission="${it.CONFIGURE}"/>
47-
</div>
4845
</div>
4946
<j:if test="${(it.fullName!=it.fullDisplayName)}">
5047
<j:choose>
@@ -57,11 +54,12 @@ THE SOFTWARE.
5754
</j:choose>
5855
</j:if>
5956
<div id="view-message">
60-
<div id="systemmessage">
61-
<j:out value="${app.systemMessage!=null ? app.markupFormatter.translate(app.systemMessage) : ''}"/>
62-
</div>
63-
<t:editableDescription description="${it.primaryView.description}" permission="${it.CONFIGURE}" hideButton="true"/>
57+
<div id="systemmessage">
58+
<j:out value="${app.systemMessage!=null ? app.markupFormatter.translate(app.systemMessage) : ''}"/>
59+
</div>
60+
<j:out value="${it.description!=null ? app.markupFormatter.translate(it.description) : ''}"/>
6461
</div>
62+
<this:description />
6563
<j:choose>
6664
<j:when test="${!it.supportsMakeDisabled()}">
6765
<!-- for now, quietly omit the option -->

0 commit comments

Comments
 (0)