Replace more gt- with tw- (#29678)

This will conclude the trivial class replacements.

(cherry picked from commit 82e102f8b09faf1ac2786ccad36d4a20fcb392b8)
This commit is contained in:
silverwind 2024-03-08 22:02:05 +01:00 committed by Earl Warren
parent e731e0c346
commit 0802784744
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
8 changed files with 17 additions and 40 deletions

View file

@ -1,6 +1,6 @@
{{if .Statuses}}
{{if and (eq (len .Statuses) 1) .Status.TargetURL}}
<a class="gt-vm {{.AdditionalClasses}} gt-no-underline" data-tippy="commit-statuses" href="{{.Status.TargetURL}}">
<a class="gt-vm {{.AdditionalClasses}} tw-no-underline" data-tippy="commit-statuses" href="{{.Status.TargetURL}}">
{{template "repo/commit_status" .Status}}
</a>
{{else}}