Skip to content

Commit d9f3500

Browse files
authored
Merge pull request #501 from MarkEWaite/allow-strikethrough-text-on-PR-link
[JENKINS-74879] Use strikethrough on merged pull request name column
2 parents 313fb0c + c84807b commit d9f3500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/jenkins/branch/ItemColumn/column.jelly

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ THE SOFTWARE.
2727
xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
2828
<d:taglib uri="local">
2929
<d:tag name="link">
30-
<a href="${jobBaseUrl}${job.shortUrl}" class='model-link jenkins-table__link'>
30+
<a href="${jobBaseUrl}${job.shortUrl}" class='model-link'>
3131
<span>
3232
<l:breakable value="${h.getRelativeDisplayNameFrom(job, itemGroup)}"/>
3333
</span>

0 commit comments

Comments
 (0)