Skip to content

Commit

Permalink
Merge pull request #15130 from saraycp/unify_headers
Browse files Browse the repository at this point in the history
Unify headers in the workflow run view
  • Loading branch information
danidoni committed Oct 30, 2023
2 parents 390505d + 5ddbaa6 commit 76a7110
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
.list-group.list-group-flush
- status_reports.each do |status_report|
.list-group-item
%h6 Response body
%h5 Response Body
%p
%span.badge{ class: status_report.status_class }= status_report.status&.humanize
- if status_report.response_body.present?
%pre.border.p-2#status-report-response-body
= status_report.response_body
- if status_report.pretty_request_parameters.present?
%h6 Request parameters
%h5 Request Parameters
%pre.border.p-2#status-report-request-parameters
= status_report.pretty_request_parameters
%small.text-nowrap{ title: l(status_report.created_at.utc) }
Expand Down

0 comments on commit 76a7110

Please sign in to comment.