mirror of
https://github.com/go-gitea/gitea
synced 2024-11-16 23:24:25 +00:00
include icon in link again
This commit is contained in:
parent
0efb41401f
commit
7a8bc5e59c
@ -84,8 +84,8 @@
|
||||
</a>
|
||||
<div class="active-stopwatch-popup tippy-target">
|
||||
<div class="tw-flex tw-items-center tw-gap-2 tw-p-3">
|
||||
{{svg "octicon-issue-opened" 16}}
|
||||
<a class="stopwatch-link tw-flex muted" href="{{.ActiveStopwatch.IssueLink}}">
|
||||
<a class="stopwatch-link tw-flex tw-items-center tw-gap-1 muted" href="{{.ActiveStopwatch.IssueLink}}">
|
||||
{{svg "octicon-issue-opened" 16}}
|
||||
<span class="stopwatch-issue">{{.ActiveStopwatch.RepoSlug}}#{{.ActiveStopwatch.IssueIndex}}</span>
|
||||
</a>
|
||||
<span class="ui primary label stopwatch-time" data-seconds="{{.ActiveStopwatch.Seconds}}">
|
||||
|
Loading…
Reference in New Issue
Block a user