File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 </tr >
5353 <tr >
5454 <th >Error</th >
55- <td ><a class ="link" href ={data .build .error }>{data .build .error }</a ></td >
55+ <td >
56+ {#if data .build .error ?.match (/ ^ https? :/ )}
57+ <a class ="link" href ={data .build .error }>
58+ {data .build .error }
59+ </a >
60+ {:else }
61+ {data .build .error }
62+ {/if }
63+ </td >
5664 </tr >
5765 <tr >
5866 <th >Artifacts</th >
Original file line number Diff line number Diff line change 4242 </tr >
4343 <tr >
4444 <th >Error</th >
45- <td >{data .project .error }</td >
45+ <td >
46+ {#if data .project .error ?.match (/ ^ https? :/ )}
47+ <a class ="link" href ={data .project .error }>
48+ {data .project .error }
49+ </a >
50+ {:else }
51+ {data .project .error }
52+ {/if }
53+ </td >
4654 </tr >
4755 <tr >
4856 <th >Url</th >
Original file line number Diff line number Diff line change 5858 </tr >
5959 <tr >
6060 <th >Error</th >
61- <td ><a class ="link" href ={data .release .error }>{data .release .error }</a ></td >
61+ <td >
62+ {#if data .release .error ?.match (/ ^ https? :/ )}
63+ <a class ="link" href ={data .release .error }>
64+ {data .release .error }
65+ </a >
66+ {:else }
67+ {data .release .error }
68+ {/if }
69+ </td >
6270 </tr >
6371 <tr >
6472 <th >Artifacts</th >
You can’t perform that action at this time.
0 commit comments