File tree Expand file tree Collapse file tree
src/main/resources/com/jenkinsci/plugins/badge Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ THE SOFTWARE.
2626<?jelly escape-by-default =' true' ?>
2727<j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" >
2828 <j : forEach var =" action" items =" ${it.actions}" >
29- <st : include page =" /com/jenkinsci/plugins/badge/action/BadgeAction/badge.jelly" it =" ${action}" />
29+ <st : include page =" /com/jenkinsci/plugins/badge/action/BadgeAction/badge.jelly" it =" ${action}" />
3030 </j : forEach >
3131</j : jelly >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ THE SOFTWARE.
3030 <div >
3131 <table >
3232 <j : forEach var =" action" items =" ${it.actions}" >
33- <st : include page =" ../../ action/BadgeSummaryAction/summary-entry.jelly" it =" ${action}" optional = " true " />
33+ <st : include page =" /com/jenkinsci/plugins/badge/ action/BadgeSummaryAction/summary-entry.jelly" it =" ${action}" />
3434 </j : forEach >
3535 </table >
3636 </div >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ THE SOFTWARE.
2929 <div >
3030 <table >
3131 <j : forEach var =" action" items =" ${it.actions}" >
32- <st : include page =" /com/jenkinsci/plugins/badge/action/BadgeSummaryAction/summary-entry.jelly" it =" ${action}" />
32+ <st : include page =" /com/jenkinsci/plugins/badge/action/BadgeSummaryAction/summary-entry.jelly" it =" ${action}" />
3333 </j : forEach >
3434 </table >
3535 </div >
You can’t perform that action at this time.
0 commit comments