File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
templates/repo/issue/labels Expand file tree Collapse file tree 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
317317feed_of = Feed of " %s"
318318
319319show_archived = Archived
320+ archived = Archived
320321show_both_archived_unarchived = Showing both archived and unarchived
321322show_only_archived = Showing only archived
322323show_only_unarchived = Showing only unarchived
Original file line number Diff line number Diff line change 3333 <li class="item">
3434 <div class="label-title">
3535 {{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}}
3641 {{if .Description}}<br><small class="desc">{{.Description | RenderEmoji $.Context}}</small>{{end}}
3742 </div>
3843 <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.
7171.gt-no-underline { text-decoration-line : none !important ; }
7272.gt-w-auto { width : auto !important ; }
7373.gt-normal-case { text-transform : none !important ; }
74-
74+ . gt-italic { font-style : italic !important ; }
7575.gt-overflow-x-auto { overflow-x : auto !important ; }
7676.gt-overflow-x-scroll { overflow-x : scroll !important ; }
7777.gt-overflow-y-hidden { overflow-y : hidden !important ; }
You can’t perform that action at this time.
0 commit comments