Skip to content

Commit 70e5b02

Browse files
author
Wilfried OLLIVIER
committed
Target blank for external links
1 parent 14954dc commit 70e5b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

application/templates/result.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<h3>Task Description</h3>
22

33
<ul>
4-
<li>Project : <a href="{{ .GitlabDomain }}/{{ .Project }}">{{ .Project }}</a></li>
5-
<li>Commit : <a href="{{ .GitlabDomain }}/{{ .Project }}/-/commit/{{ .Commit }}">{{ .Commit }}</a></li>
6-
<li>Service : <a href="{{ .Domain }}/service/{{ .Service }}">{{ .Service }}</a></li>
4+
<li>Project : <a href="{{ .GitlabDomain }}/{{ .Project }}" target="_blank">{{ .Project }}</a></li>
5+
<li>Commit : <a href="{{ .GitlabDomain }}/{{ .Project }}/-/commit/{{ .Commit }}" target="_blank">{{ .Commit }}</a></li>
6+
<li>Service : <a href="{{ .Domain }}/service/{{ .Service }}" target="_blank">{{ .Service }}</a></li>
77
<li>ID : {{ .ID }}</li>
88
</ul>
99

0 commit comments

Comments
 (0)