Skip to content

Commit

Permalink
fix: Make build URL clickable in template
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryzhang222 committed Mar 14, 2017
1 parent 7b134af commit 49651b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/email.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
<tr>
<td>
<h3><b>Screwdriver Build Notification</b></h3>
<hr>
<table border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
<tbody>
<tr>
Expand All @@ -270,7 +271,7 @@ <h3><b>Screwdriver Build Notification</b></h3>
</tr>
</tbody>
</table>
<p><b>Build URL:</b> {{buildLink}}</p>
<p><b>Build URL:</b> <a href="{{buildLink}}" target="_blank">{{buildLink}}</a></p>
</td>
</tr>
</table>
Expand Down

0 comments on commit 49651b5

Please sign in to comment.