This website requires JavaScript.
Explore
Help
Sign In
core
/
gitea
Watch
3
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
722dab5286
gitea
/
templates
/
devtest
/
list.tmpl
6 lines
99 B
Handlebars
Raw
Blame
History
<ul>
{{
range
.SubNames
}}
<li><a href="
{{
AppSubUrl
}}
/devtest/
{{
.
}}
">
{{
.
}}
</a></li>
{{
end
}}
</ul>
Reference in New Issue
View Git Blame
Copy Permalink