mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 10:48:37 +00:00
remove now-unnecessary item class
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
<span class="only-mobile tw-ml-2">{{ctx.Locale.Tr "active_stopwatch"}}</span>
|
<span class="only-mobile tw-ml-2">{{ctx.Locale.Tr "active_stopwatch"}}</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="active-stopwatch-popup tippy-target">
|
<div class="active-stopwatch-popup tippy-target">
|
||||||
<div class="tw-flex tw-items-center item tw-gap-2 tw-p-2">
|
<div class="tw-flex tw-items-center tw-gap-2 tw-p-2">
|
||||||
{{svg "octicon-issue-opened" 16}}
|
{{svg "octicon-issue-opened" 16}}
|
||||||
<a class="stopwatch-link tw-flex muted" href="{{.ActiveStopwatch.IssueLink}}">
|
<a class="stopwatch-link tw-flex muted" href="{{.ActiveStopwatch.IssueLink}}">
|
||||||
<span class="stopwatch-issue">{{.ActiveStopwatch.RepoSlug}}#{{.ActiveStopwatch.IssueIndex}}</span>
|
<span class="stopwatch-issue">{{.ActiveStopwatch.RepoSlug}}#{{.ActiveStopwatch.IssueIndex}}</span>
|
||||||
|
Reference in New Issue
Block a user