1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Replace more gt- with tw- (#29678)

This will conclude the trivial class replacements.
This commit is contained in:
silverwind
2024-03-08 22:02:05 +01:00
committed by GitHub
parent 0c273f12e0
commit 82e102f8b0
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}}