Skip to content

Commit 50deb45

Browse files
committed
fix 2 revert and recover go-gitea#28304
1 parent 09e6149 commit 50deb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/user/dashboard/issues.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="ui container">
55
<div class="flex-container">
66
<div class="flex-container-nav">
7-
<div class="ui secondary vertical filter menu gt-bg-transparent">
7+
<div class="ui secondary vertical filter menu tw-bg-transparent">
88
<a class="{{if eq .ViewType "your_repositories"}}active{{end}} item" href="{{.Link}}?type=your_repositories&sort={{$.SortType}}&state={{.State}}&q={{$.Keyword}}">
99
{{ctx.Locale.Tr "home.issues.in_your_repos"}}
1010
<strong>{{CountFmt .IssueStats.YourRepositoriesCount}}</strong>
@@ -57,7 +57,7 @@
5757
</form>
5858
<!-- Sort -->
5959
<div class="list-header-sort ui small dropdown type jump item">
60-
<span class="text gt-whitespace-nowrap">
60+
<span class="text tw-whitespace-nowrap">
6161
{{ctx.Locale.Tr "repo.issues.filter_sort"}}
6262
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
6363
</span>

0 commit comments

Comments
 (0)