Skip to content

Commit

Permalink
Use one-column layout (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Feb 12, 2023
1 parent 221c5b4 commit 827e873
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 @@ -4,7 +4,7 @@ import java.net.URLEncoder;
def l = namespace(lib.LayoutTagLib)
def st = namespace("jelly:stapler")

l.layout {
l.layout(type: "one-column") {
l.main_panel {
h2(_("Embeddable Build Status Icon"))
p(raw(_("blurb")))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.net.URLEncoder;
def l = namespace(lib.LayoutTagLib)
def st = namespace("jelly:stapler")

l.layout {
l.layout(type: "one-column") {
l.main_panel {
h2(_("Embeddable Build Status Icon"))
p(raw(_("blurb")))
Expand Down

0 comments on commit 827e873

Please sign in to comment.