File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
io/jenkins/plugins/designlibrary/Buttons Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ THE SOFTWARE.
8888 <s : section title =" ${%copy}" description =" ${%copy.description}" >
8989 <s : group >
9090 <s : preview >
91- <l : copyButton message = " text copied " text =" A shoulder of lemon fields" tooltip = " Click to copy " />
91+ <l : copyButton text =" A shoulder of lemon fields" />
9292 </s : preview >
9393 <s : code file =" copyButton.jelly" />
9494 </s : group >
Original file line number Diff line number Diff line change 3333 <l : icon src =" symbol-open-outline plugin-ionicons-api" />
3434 </a >
3535 </j : if >
36- <l : copyButton text =" ${code}" message = " ${%Copied} " tooltip = " ${%Copy code block} " clazz =" jenkins-button--tertiary" />
36+ <l : copyButton text =" ${code}" clazz =" jenkins-button--tertiary" />
3737 </div >
3838 </div >
3939 </div >
Original file line number Diff line number Diff line change 1- <l : copyButton message = " text copied " text =" A shoulder of lemon fields" tooltip = " Click to copy " />
1+ <l : copyButton text =" A shoulder of lemon fields" />
You can’t perform that action at this time.
0 commit comments