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 00:43:36 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
f40747596a
gitea
/
templates
/
shared
/
issue_link.tmpl
2 lines
101 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Update templates/shared/issue_link.tmpl
2024-04-14 21:43:46 +08:00
<a href="
{{
.Link
}}
" class="
{{
if
.IsClosed
}}
tw-line-through
{{
end
}}
tw-ml-1 ref-issue">#
{{
.Index
}}
</a>
Reference in New Issue
Copy Permalink