File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments