diff --git a/src/runboat/webui/runboat-build-element.js b/src/runboat/webui/runboat-build-element.js index 9d23a4f..320b5d5 100644 --- a/src/runboat/webui/runboat-build-element.js +++ b/src/runboat/webui/runboat-build-element.js @@ -15,9 +15,9 @@ class RunboatBuildElement extends LitElement { render() { return html`
Build: ${this.build.name}
+${this.build.name}
- Repo: ${this.build.repo} + ${this.build.repo} ${this.build.pr? html`PR ${this.build.pr} to`:"" }