mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Replace some gt-
classes with tw-
(#29570)
Replace 18 `gt-` prefixes with `tw-` with perl replacement. I manually checked them all with `rg` afterwards.
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<div class="gt-df gt-ac">
|
||||
{{ctx.Locale.Tr "repo.branches"}}
|
||||
</div>
|
||||
<div class="gt-whitespace-nowrap">
|
||||
<div class="tw-whitespace-nowrap">
|
||||
<form class="ignore-dirty" method="get">
|
||||
<div class="ui tiny search input">
|
||||
<input name="q" placeholder="{{ctx.Locale.Tr "repo.branch.search"}}" value="{{.Keyword}}" autofocus>
|
||||
|
Reference in New Issue
Block a user