This commit is contained in:
parent
5d2272dc85
commit
5417352afc
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -171,7 +171,7 @@ func card(d templateData) ([]byte, error) {
|
|||
}
|
||||
|
||||
if d.EventBody == "" {
|
||||
d.EventBody = bodyString("<b>Project:</b> {{ .Project }}<br><b>Commit-id:</b> <font color=\"#FF0000\">{{ .Commit }}</font><br><b>Branch:</b> <font color=\"#00FF00f\">{{ .Branch }}</font><br><b>Build Status:</b> <font color=\"#0000ff\">{{ .Status }}</font>", d)
|
||||
d.EventBody = bodyString("<b>Project:</b> {{ .Project }}<br><b>Commit-id:</b> <font color='#FF0000'>{{ .Commit }}</font><br><b>Branch:</b> <font color='#00FF00f'>{{ .Branch }}</font><br><b>Build Status:</b> <font color='#0000ff'>{{ .Status }}</font>", d)
|
||||
// d.EventBody = "<b>Project:</b> {{ .Project }}<br><b>Commit-id:</b> <font color=\"#FF0000\">{{ .Commit }}</font><br><b>Branch:</b> <font color=\"#00FF00f\">{{ .Branch }}</font><br><b>Build Status:</b> <font color=\"#0000ff\">{{ .Status }}</font>"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue