Skip to content

Commit

Permalink
Adapt 'l.css' removal in 2.401 onwards (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jul 1, 2023
1 parent 850626e commit 96b2608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ l.layout(type: "one-column") {
h2(_("Embeddable Build Status Icon"))
p(raw(_("blurb")))
st.adjunct(includes: "org.jenkinsci.plugins.badge.actions.JobBadgeAction.ClickHandler")
l.css(src: "/plugin/embeddable-build-status/css/design.css")
link(rel: "stylesheet", href: "${rootURL}/plugin/embeddable-build-status/css/design.css", type: "text/css")

def fullJobName = URLEncoder.encode(my.project.fullName, "UTF-8");
def jobUrl = "${app.rootUrl}${my.project.url}";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ l.layout(type: "one-column") {
h2(_("Embeddable Build Status Icon"))
p(raw(_("blurb")))
st.adjunct(includes: "org.jenkinsci.plugins.badge.actions.JobBadgeAction.ClickHandler")
l.css(src: "/plugin/embeddable-build-status/css/design.css")
link(rel: "stylesheet", href: "${rootURL}/plugin/embeddable-build-status/css/design.css", type: "text/css")

def fullJobName = URLEncoder.encode(my.project.fullName, "UTF-8");
def jobUrl = "${app.rootUrl}${my.project.url}${my.run.number}/";
Expand Down

0 comments on commit 96b2608

Please sign in to comment.