Subject: | Links in HTML emails do not include server name |
HTML report email links don't include the server name, i.e. :
http://app/public_projects/tap_stream/20638/0
The HTML source looks like:
<td style="margin: 0px; padding: 0px">
<a href="/app/public_projects/test_file_report_details/20638/0"
id="for_testfile_details_0"
class="testfile_details_trigger show_indicator_0 ok">
OK
</a>
</td>
<td class="x sum" style="background-color: #00ff00;">100%</td>
</tr>
<tr>
<td colspan="3">
<div id="testfile_details_0" class="testfile_details"
style="display:none"></div>
<div id="testfile_details_0_tap_stream"
class="testfile_tap_stream" style="display:none; text-align: right">
<a href="/app/public_projects/tap_stream/20638/0"
target="_blank">TAP »</a>
</div>
</td>