Skip to content

Commit

Permalink
Fixed a rendering error in the screenshot page
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Dec 1, 2023
1 parent 34a7c56 commit b96b1e0
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,14 @@
<tr>
<td colspan="2" class="test-title-bar">
<span class="outcome-icon">${title_outcome_icon}</span>
<#if (testOutcome.videoLink)??>
<a href="${relativeLink!}${testOutcome.videoLink}"><img class="story-outcome-icon"
src="images/video.png" width="25"
height="25" alt="Video"/></a>
</#if>
<#if (testOutcome.externalLink)?? && (testOutcome.externalLink.url)??>
<td valign="top">
<a href="${testOutcome.externalLink.url}" class="tag"
title="${testOutcome.externalLink.type}">
<i class="fs-2 bi bi-camera-reels"></i>
</a>
</td>
</#if>
<span class="test-case-title">
<span class="${outcome_text}">${formatter.htmlCompatibleStoryTitle(testOutcome.unqualified.titleWithLinks)}
<span class="related-issue-title">${testOutcome.formattedIssues}</span>
Expand Down

0 comments on commit b96b1e0

Please sign in to comment.