File tree 3 files changed +7
-1
lines changed
templates/repo/issue/labels
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ filter_by_team_repositories = Filter by team repositories
317
317
feed_of = Feed of " %s"
318
318
319
319
show_archived = Archived
320
+ archived = Archived
320
321
show_both_archived_unarchived = Showing both archived and unarchived
321
322
show_only_archived = Showing only archived
322
323
show_only_unarchived = Showing only unarchived
Original file line number Diff line number Diff line change 33
33
<li class="item">
34
34
<div class="label-title">
35
35
{{RenderLabel $.Context .}}
36
+ {{if not .ArchivedUnix.IsZero}}
37
+ <span class="gt-ml-3 gt-cursor-default gt-italic" data-tooltip-content="{{$.locale.Tr "repo.issues.label_archive_tooltip"}}">
38
+ {{$.locale.Tr "home.archived"}}
39
+ </span>
40
+ {{end}}
36
41
{{if .Description}}<br><small class="desc">{{.Description | RenderEmoji $.Context}}</small>{{end}}
37
42
</div>
38
43
<div class="label-issues">
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Gitea's private styles use `g-` prefix.
71
71
.gt-no-underline { text-decoration-line : none !important ; }
72
72
.gt-w-auto { width : auto !important ; }
73
73
.gt-normal-case { text-transform : none !important ; }
74
-
74
+ . gt-italic { font-style : italic !important ; }
75
75
.gt-overflow-x-auto { overflow-x : auto !important ; }
76
76
.gt-overflow-x-scroll { overflow-x : scroll !important ; }
77
77
.gt-overflow-y-hidden { overflow-y : hidden !important ; }
You can’t perform that action at this time.
0 commit comments