Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Use dark backgroup color for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 29, 2016
1 parent 136ee8e commit 54ccf51
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 7 additions & 1 deletion badwolf/templates/mail/test_failure.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
BODY
------------------------------------- */
table.body-wrap {
padding: 20px;
width: 100%;
}
table.body-wrap .container {
Expand Down Expand Up @@ -144,7 +143,14 @@
.content table {
width: 100%;
}

{{ ansi_termcolor_style|safe }}

.ansi_terminal {
background-color: #333;
color: white;
padding: 10px;
}
</style>
</head>

Expand Down
8 changes: 7 additions & 1 deletion badwolf/templates/mail/test_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
BODY
------------------------------------- */
table.body-wrap {
padding: 20px;
width: 100%;
}
table.body-wrap .container {
Expand Down Expand Up @@ -144,7 +143,14 @@
.content table {
width: 100%;
}

{{ ansi_termcolor_style|safe }}

.ansi_terminal {
background-color: #333;
color: white;
padding: 10px;
}
</style>
</head>

Expand Down
2 changes: 0 additions & 2 deletions badwolf/templates/slack_webhook/test_failure.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@
{% if context.type == 'pullrequest' -%}
*Pull Request*: <https://bitbucket.org/{{ context.repository }}/pull-requests/{{ context.pr_id }}|{{ context.message }}>
{%- endif %}

<{{ context.build_log_url }}|View build logs>
2 changes: 0 additions & 2 deletions badwolf/templates/slack_webhook/test_success.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@
{% if context.type == 'pullrequest' -%}
*Pull Request*: <https://bitbucket.org/{{ context.repository }}/pull-requests/{{ context.pr_id }}|{{ context.message }}>
{%- endif %}

<{{ context.build_log_url }}|View build logs>

0 comments on commit 54ccf51

Please sign in to comment.