Skip to content

Commit

Permalink
fix(core/pipeline): Add space before Source-link for failed executions (
Browse files Browse the repository at this point in the history
  • Loading branch information
jervi authored and maggieneterval committed Sep 23, 2019
1 parent 97c85d9 commit 0034fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export class Execution extends React.PureComponent<IExecutionProps, IExecutionSt
{executionMarkers}
{!execution.stageSummaries.length && (
<div className="text-center">
No stages found.
No stages found.{' '}
<a onClick={this.handleSourceNoStagesClick} target="_blank" href={pipelinesUrl + execution.id}>
Source
</a>
Expand Down

0 comments on commit 0034fa8

Please sign in to comment.