Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Adapt 'l.css' removal in 2.401 onwards (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jul 11, 2023
1 parent 8509cad commit 3e10c22
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def f = namespace(lib.FormTagLib)
def c = namespace(lib.CredentialsTagLib)
def l = namespace(lib.LayoutTagLib)

l.css(src: "${rootURL}/plugin/nexus-jenkins-plugin/css/nexus.css")
link(rel: "stylesheet", href: "${rootURL}/plugin/nexus-jenkins-plugin/css/nexus.css", type: "text/css")

f.section(title: descriptor.displayName) {
if (!IqUtil.hasIqConfiguration()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def f = namespace(lib.FormTagLib)
def c = namespace(lib.CredentialsTagLib)
def l = namespace(lib.LayoutTagLib)

l.css(src: "${rootURL}/plugin/nexus-jenkins-plugin/css/nexus.css")
link(rel: "stylesheet", href: "${rootURL}/plugin/nexus-jenkins-plugin/css/nexus.css", type: "text/css")

f.section(title: descriptor.displayName) {
if (!IqUtil.hasIqConfiguration()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ script() {
''')
}

l.css(src: "${rootURL}/plugin/nexus-jenkins-plugin/css/nexus.css")
link(rel: "stylesheet", href: "${rootURL}/plugin/nexus-jenkins-plugin/css/nexus.css", type: "text/css")

f.section(title: descriptor.displayName) {
if (!NxrmUtil.hasNexusRepositoryManagerConfiguration()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ script() {
''')
}

l.css(src: "${rootURL}/plugin/nexus-jenkins-plugin/css/nexus.css")
link(rel: "stylesheet", href: "${rootURL}/plugin/nexus-jenkins-plugin/css/nexus.css", type: "text/css")

f.section(title: descriptor.displayName) {
if (!NxrmUtil.hasNexusRepositoryManagerConfiguration()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.sonatype.nexus.ci.util.NxrmUtil
def f = namespace(lib.FormTagLib)
def l = namespace(lib.LayoutTagLib)

l.css(src: "plugin/nexus-jenkins-plugin/css/nexus.css")
link(rel: "stylesheet", href: "plugin/nexus-jenkins-plugin/css/nexus.css", type: "text/css")

f.section() {
if (!NxrmUtil.hasNexusRepositoryManagerConfiguration()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.sonatype.nexus.ci.util.NxrmUtil
def f = namespace(lib.FormTagLib)
def l = namespace(lib.LayoutTagLib)

l.css(src: "plugin/nexus-jenkins-plugin/css/nexus.css")
link(rel: "stylesheet", href: "plugin/nexus-jenkins-plugin/css/nexus.css", type: "text/css")

f.section() {
if (!NxrmUtil.hasNexusRepositoryManagerConfiguration()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.sonatype.nexus.ci.util.NxrmUtil
def f = namespace(lib.FormTagLib)
def l = namespace(lib.LayoutTagLib)

l.css(src: "plugin/nexus-jenkins-plugin/css/nexus.css")
link(rel: "stylesheet", href: "plugin/nexus-jenkins-plugin/css/nexus.css", type: "text/css")

f.section() {
if (!NxrmUtil.hasNexusRepositoryManagerConfiguration()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.sonatype.nexus.ci.util.NxrmUtil
def f = namespace(lib.FormTagLib)
def l = namespace(lib.LayoutTagLib)

l.css(src: "plugin/nexus-jenkins-plugin/css/nexus.css")
link(rel: "stylesheet", href: "plugin/nexus-jenkins-plugin/css/nexus.css", type: "text/css")

f.section() {
if (!NxrmUtil.hasNexusRepositoryManagerConfiguration()) {
Expand Down

0 comments on commit 3e10c22

Please sign in to comment.