Tighten up the summary view

This commit is contained in:
Graham Christensen 2018-01-28 14:52:22 -05:00
parent 4ff479cafd
commit c223f424ad
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -71,10 +71,10 @@ function reply_to_issue($body, $output, $success, $system) {
$num,
array(
'body' =>
"<details><summary>$passfail for system: $system</summary><p>\n\n".
"[Full log]($fullloglink)\n".
"```\n$output\n```\n".
"</p></details>",
"$passfail on $system [(full log)]($fullloglink)\n\n".
"<details><summary>Partial log (click to expand)</summary><p>\n\n".
"```\n$output\n```\n".
"</p></details>\n\n",
'event' => $event,
'commit_id' => $sha,
));