We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a832b8c commit fbe0992Copy full SHA for fbe0992
1 file changed
report/src/main/webapp/app/layout/main/url/reports/source.html
@@ -41,7 +41,8 @@
41
<div ng-if="case.status == 'PASSED' || case.status == 'REBASED'" class="test-no-issues">
42
<div>No issues found</div>
43
<div>
44
- <a href="{{case.collectorResult}}" target="_blank">View source</a>
+ View source:<br/>
45
+ <a href="{{case.collectorResult}}" target="_blank">{{case.collectorResult}}</a>
46
</div>
47
48
0 commit comments