This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
gitea
Watch
2
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2024-12-19 03:03:37 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
6ed8925b27
gitea
/
templates
/
shared
/
issue_link.tmpl
2 lines
101 B
Handlebars
Raw
Normal View
History
Unescape
Escape
use tailwind
2024-03-05 05:48:16 +08:00
<a href="
{{
.Link
}}
" class="
{{
if
.IsClosed
}}
tw-line-through
{{
end
}}
gt-ml-2 ref-issue">#
{{
.Index
}}
</a>
Reference in New Issue
Copy Permalink