Tweak card
This commit is contained in:
parent
6e9eea8c39
commit
ce4ecc1a62
1 changed files with 2 additions and 2 deletions
|
|
@ -15,9 +15,9 @@ class RunboatBuildElement extends LitElement {
|
||||||
render() {
|
render() {
|
||||||
return html`
|
return html`
|
||||||
<div>
|
<div>
|
||||||
<p>Build: ${this.build.name}</p>
|
<p>${this.build.name}</p>
|
||||||
<p>
|
<p>
|
||||||
Repo: ${this.build.repo}
|
${this.build.repo}
|
||||||
${this.build.pr?
|
${this.build.pr?
|
||||||
html`PR <a href="${this.build.repo_link}">${this.build.pr}</a> to`:""
|
html`PR <a href="${this.build.repo_link}">${this.build.pr}</a> to`:""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue